|
|
|
@ -120,9 +120,9 @@
|
|
|
|
|
v-for="(item, index) in inventoryList"
|
|
|
|
|
:key="index"
|
|
|
|
|
:class="threeStatus === item.id ? 'checked' : 'unchecked'"
|
|
|
|
|
@click="inventoryBtn(item.id, item.title)"
|
|
|
|
|
class="three-inventory-item"
|
|
|
|
|
>
|
|
|
|
|
<!-- @click="inventoryBtn(item.id, item.title)" -->
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img
|
|
|
|
|
class="hex-icon"
|
|
|
|
@ -184,7 +184,9 @@
|
|
|
|
|
<div class="cell" style="width: 170px">
|
|
|
|
|
{{ item.address }}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cell violation-text" style="flex:1">{{ item.event }}</div>
|
|
|
|
|
<div class="cell violation-text" style="flex: 1">
|
|
|
|
|
{{ item.event }}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</vue-seamless-scroll>
|
|
|
|
@ -200,8 +202,8 @@
|
|
|
|
|
v-for="(item, idx) in zoologyIconList"
|
|
|
|
|
:key="idx"
|
|
|
|
|
class="zoology-icon"
|
|
|
|
|
@click="networkPlatformClick(item.name, item.type)"
|
|
|
|
|
>
|
|
|
|
|
<!-- @click="networkPlatformClick(item.name, item.type)" -->
|
|
|
|
|
<div class="icon-bk">
|
|
|
|
|
<img :src="item.url" alt="" />
|
|
|
|
|
</div>
|
|
|
|
@ -480,20 +482,20 @@
|
|
|
|
|
<script>
|
|
|
|
|
import vueSeamlessScroll from "vue-seamless-scroll";
|
|
|
|
|
import ModuleTitle from "../../common/ModuleTitle.vue";
|
|
|
|
|
import {
|
|
|
|
|
listWz,
|
|
|
|
|
listDy,
|
|
|
|
|
listVx,
|
|
|
|
|
listWb,
|
|
|
|
|
listTtsum,
|
|
|
|
|
listBzhan,
|
|
|
|
|
listGzdt,
|
|
|
|
|
getGzdt,
|
|
|
|
|
listZdqyml,
|
|
|
|
|
listZdlyjg,
|
|
|
|
|
listZdgzxm,
|
|
|
|
|
listYtlc,
|
|
|
|
|
} from "@/api/netManage/index.js";
|
|
|
|
|
// import {
|
|
|
|
|
// listWz,
|
|
|
|
|
// listDy,
|
|
|
|
|
// listVx,
|
|
|
|
|
// listWb,
|
|
|
|
|
// listTtsum,
|
|
|
|
|
// listBzhan,
|
|
|
|
|
// listGzdt,
|
|
|
|
|
// getGzdt,
|
|
|
|
|
// listZdqyml,
|
|
|
|
|
// listZdlyjg,
|
|
|
|
|
// listZdgzxm,
|
|
|
|
|
// listYtlc,
|
|
|
|
|
// } from "@/api/netManage/index.js";
|
|
|
|
|
import { downloadTwo } from "@/utils/safesoft";
|
|
|
|
|
const docx = require("docx-preview");
|
|
|
|
|
import pdf from "vue-pdf";
|
|
|
|
@ -1823,7 +1825,7 @@ export default {
|
|
|
|
|
color: #09f0ff;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: baseline;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.stat-unit {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
@ -1871,7 +1873,6 @@ export default {
|
|
|
|
|
// font-weight: normal;
|
|
|
|
|
// flex: 1;
|
|
|
|
|
// text-align: center;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -1886,7 +1887,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
.table-row {
|
|
|
|
|
display: flex;
|
|
|
|
|
background-color:black;
|
|
|
|
|
background-color: black;
|
|
|
|
|
border-bottom: 1px solid #193859;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
@ -1894,7 +1895,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.odd-row {
|
|
|
|
|
background: url("~@/assets/privateOrder/general/背景表格斑马纹.png")!important;
|
|
|
|
|
background: url("~@/assets/privateOrder/general/背景表格斑马纹.png") !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cell {
|
|
|
|
|