|
@@ -48,7 +48,9 @@
|
|
<div class="__gis-business-main_title">热点类型</div>
|
|
<div class="__gis-business-main_title">热点类型</div>
|
|
<FocusContentCom class="two">2</FocusContentCom>
|
|
<FocusContentCom class="two">2</FocusContentCom>
|
|
<div class="__gis-business-main_title">类型占比</div>
|
|
<div class="__gis-business-main_title">类型占比</div>
|
|
- <FocusContentCom class="three">3</FocusContentCom>
|
|
|
|
|
|
+ <FocusContentCom class="three">
|
|
|
|
+ <LxzbChartCom :data="lxzbData"/>
|
|
|
|
+ </FocusContentCom>
|
|
<div class="__gis-business-main_title">反走私事件列表</div>
|
|
<div class="__gis-business-main_title">反走私事件列表</div>
|
|
<div class="form-two">
|
|
<div class="form-two">
|
|
<CusFormColumn
|
|
<CusFormColumn
|
|
@@ -98,13 +100,15 @@ import {ElMessage, ElMessageBox} from "element-plus";
|
|
import BusinessMainCom from '../common/business-main.vue'
|
|
import BusinessMainCom from '../common/business-main.vue'
|
|
import FocusContentCom from '../common/focus-content.vue'
|
|
import FocusContentCom from '../common/focus-content.vue'
|
|
import SjslChartCom from './sjsl-chart.vue'
|
|
import SjslChartCom from './sjsl-chart.vue'
|
|
|
|
+import LxzbChartCom from './lxzb-chart.vue'
|
|
|
|
|
|
export default defineComponent({
|
|
export default defineComponent({
|
|
name: '',
|
|
name: '',
|
|
components: {
|
|
components: {
|
|
BusinessMainCom,
|
|
BusinessMainCom,
|
|
FocusContentCom,
|
|
FocusContentCom,
|
|
- SjslChartCom
|
|
|
|
|
|
+ SjslChartCom,
|
|
|
|
+ LxzbChartCom,
|
|
},
|
|
},
|
|
props: {},
|
|
props: {},
|
|
setup(props, {emit}) {
|
|
setup(props, {emit}) {
|
|
@@ -150,6 +154,13 @@ export default defineComponent({
|
|
total: 0
|
|
total: 0
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ lxzbData: [
|
|
|
|
+ {value: '171', name: '反走私'},
|
|
|
|
+ {value: '101', name: '酒类'},
|
|
|
|
+ {value: '70', name: '苹果手机'},
|
|
|
|
+ {value: '230', name: '其他'},
|
|
|
|
+ {value: '171', name: '手表'},
|
|
|
|
+ ]
|
|
})
|
|
})
|
|
const onSearch = () => {
|
|
const onSearch = () => {
|
|
state.situation.form = JSON.parse(JSON.stringify(state.situation.tempForm))
|
|
state.situation.form = JSON.parse(JSON.stringify(state.situation.tempForm))
|
|
@@ -366,7 +377,7 @@ export default defineComponent({
|
|
width: 2px;
|
|
width: 2px;
|
|
height: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
left: 0;
|
|
- background-color: #1280F1;
|
|
|
|
|
|
+ background-color: #1DA5FF;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.one-main-right-info {
|
|
.one-main-right-info {
|