diff --git a/src/views/DialogTabs/component/RQ_Warning.vue b/src/views/DialogTabs/component/RQ_Warning.vue index 74edc19..65428fe 100644 --- a/src/views/DialogTabs/component/RQ_Warning.vue +++ b/src/views/DialogTabs/component/RQ_Warning.vue @@ -40,7 +40,7 @@ 选择接收人
-
环保局局(2)
+
{{ item.a }}({{ item.b }})
@@ -154,7 +154,12 @@ const active = ref(1); //控制右侧面板 const tableData = ref([ { a: '张一', b: '城管局', c: '局长', d: '13000000000' }, - { a: '张一', b: '城管局', c: '局长', d: '13000000000' }, + { a: '张二', b: '城管局', c: '副局长', d: '13000000000' }, + { a: '张三', b: '环保局', c: '副局长', d: '13000000000' }, +]); +const jsrList = ref([ + { a: '城管局', b: '2' }, + { a: '环保局', b: '1' }, ]); const QctableData = ref([ { a: '燃气-Ⅳ级应急-20240618', b: '2024-06-18 19:00', c: '2024-06-18 19:00', d: '已审核', e: '线下', releaseStatus: '0' }, @@ -221,9 +226,9 @@ overflow: auto; .briefing { margin-top: -10px; - margin-left: 18%; + margin-left: 16%; height: 40px; - width: 82%; + width: 83%; // background: red; .kind { margin-top: 5px; @@ -238,6 +243,7 @@ font-weight: 400; font-size: 14px; color: #c1d3d4; + margin-left: 10px; } } diff --git a/src/views/DialogTabs/component/RQ_Warning.vue b/src/views/DialogTabs/component/RQ_Warning.vue index 74edc19..65428fe 100644 --- a/src/views/DialogTabs/component/RQ_Warning.vue +++ b/src/views/DialogTabs/component/RQ_Warning.vue @@ -40,7 +40,7 @@ 选择接收人
-
环保局局(2)
+
{{ item.a }}({{ item.b }})
@@ -154,7 +154,12 @@ const active = ref(1); //控制右侧面板 const tableData = ref([ { a: '张一', b: '城管局', c: '局长', d: '13000000000' }, - { a: '张一', b: '城管局', c: '局长', d: '13000000000' }, + { a: '张二', b: '城管局', c: '副局长', d: '13000000000' }, + { a: '张三', b: '环保局', c: '副局长', d: '13000000000' }, +]); +const jsrList = ref([ + { a: '城管局', b: '2' }, + { a: '环保局', b: '1' }, ]); const QctableData = ref([ { a: '燃气-Ⅳ级应急-20240618', b: '2024-06-18 19:00', c: '2024-06-18 19:00', d: '已审核', e: '线下', releaseStatus: '0' }, @@ -221,9 +226,9 @@ overflow: auto; .briefing { margin-top: -10px; - margin-left: 18%; + margin-left: 16%; height: 40px; - width: 82%; + width: 83%; // background: red; .kind { margin-top: 5px; @@ -238,6 +243,7 @@ font-weight: 400; font-size: 14px; color: #c1d3d4; + margin-left: 10px; } } diff --git a/src/views/DialogTabs/component/jcsj.vue b/src/views/DialogTabs/component/jcsj.vue index 2cb0eae..aedb3cc 100644 --- a/src/views/DialogTabs/component/jcsj.vue +++ b/src/views/DialogTabs/component/jcsj.vue @@ -34,10 +34,10 @@ const initPipeChart = () => { pipeChart && pipeChart.dispose(); pipeChart = echarts.init(document.getElementById('monitorPipe')); - chartOption.floodOneMapPipeSupervise.yAxis[0].name = '水位(m)'; + chartOption.floodOneMapPipeSupervise.yAxis[0].name = '水深(m)'; chartOption.floodOneMapPipeSupervise.yAxis[1].name = '雨量(mm)'; - chartOption.floodOneMapPipeSupervise.legend.data = ['水位', '雨量']; - chartOption.floodOneMapPipeSupervise.series[0].name = '水位'; + chartOption.floodOneMapPipeSupervise.legend.data = ['水深', '雨量']; + chartOption.floodOneMapPipeSupervise.series[0].name = '水深'; chartOption.floodOneMapPipeSupervise.series[1].name = '雨量'; chartOption.floodOneMapPipeSupervise.series[1].type = 'bar'; chartOption.floodOneMapPipeSupervise.series[1].barWidth = '10';