diff --git a/src/views/map/components/czks_index.vue b/src/views/map/components/czks_index.vue index 020064a..b2003a7 100644 --- a/src/views/map/components/czks_index.vue +++ b/src/views/map/components/czks_index.vue @@ -1,19 +1,5 @@ @@ -138,44 +141,29 @@ export default { ], block4OptionsList: [ { - title: '风险指数', + title: '矿石作业区', list: [ { - label: '重大风险点数', - count: '9' + label: '今日进矿石作业区车辆数', + count: 0 }, { - label: '较大风险点数', - count: '20' - }, - { - label: '一般风险点数', - count: '13' - }, - { - label: '低风险性点数', - count: '3' + label: '今日出矿石作业区车辆数', + count: 0 } ] }, { - title: '今日情况', + title: '杂货作业区', list: [ - { - label: '今日进矿石作业区车辆数', - count: '-' - }, - { - label: '今日出矿石作业区车辆数', - count: '-' - }, + { label: '今日进杂货作业区车辆数', - count: '-' + count: 0 }, { label: '今日出杂货作业区车辆数', - count: '-' + count: 0 } ] } diff --git a/src/views/map/components/menjinCzks.vue b/src/views/map/components/menjinCzks.vue index 64aaf19..9450a2b 100644 --- a/src/views/map/components/menjinCzks.vue +++ b/src/views/map/components/menjinCzks.vue @@ -114,24 +114,12 @@ export default { return { block1OptionsList: [ { - title: '人员闸机', - img: require('../../../assets/map/menjin/ico1.png'), - label1: '今日进数', - count1: 0, - label2: '今日出数', - count2: 0, - label3: '今日剩余人数', - count3: 0 - }, - { - title: '车辆闸机', + title: '车辆闸机数', img: require('../../../assets/map/menjin/ico2.png'), - label1: '今日进数', - count1: 0, - label2: '今日出数', - count2: 0, - label3: '今日剩余车数', - count3: 0 + label1: '在线数', + count1: 2 + // label2: '离线数', + // count2: 0 }, { title: '摄像头数', diff --git a/src/views/map/index.vue b/src/views/map/index.vue index d61dd31..0021516 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -452,16 +452,6 @@ export default { containAuthorization: [], eliminateAuthorization: [], list: [ - { - label: '人员', - dialog_width: '800px', - check: false, - img: require('../../assets/map/gangkou_index/buttom/ico1.png'), - checkImg: require('../../assets/map/gangkou_index/buttom/ico1_on.png'), - type: 'PERSON', - containAuthorization: [], - eliminateAuthorization: [] - }, { label: '车辆', dialog_width: '600px',