From f8c31c41df04369f4621f997bf031ae9bbbb2b4e Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 31 Jan 2024 14:13:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=B8=8D=E5=90=88=E8=A7=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/BI/index.vue | 14 +- .../hotwork/hotwork_list/components/list.vue | 2 +- .../components/hotwork/hotwork_list/index.vue | 18 +- src/views/firefighting/fireReport/index.vue | 7 +- .../components/hidden_list.vue | 2 +- .../outsourced/components/edit.vue | 4 +- .../keyprojects/personnelmanagement/index.vue | 1 - .../keyprojects/platformelectronic/index.vue | 60 +++---- src/views/keyprojects/platformvideo/index.vue | 2 +- src/views/map/components/caofeidian_index.vue | 2 +- src/views/map/components/menjin.vue | 16 +- src/views/map/components/menjinCfd.vue | 14 +- src/views/map/components/qixiang.vue | 4 +- src/views/map/dialog/blindboardCfdD.vue | 114 ++++++------- src/views/map/dialog/hoistingCfdD.vue | 8 +- src/views/map/dialog/hotwork.vue | 12 +- src/views/map/dialog/humiditystation.vue | 161 +++++++++--------- src/views/map/dialog/peoplePositionCfdD.vue | 26 +-- src/views/map/dialog/peoplePositionOne.vue | 4 +- src/views/map/dialog/temperaturestation.vue | 161 +++++++++--------- src/views/map/dialog/video_play_cfd.vue | 2 +- src/views/map/dialog/weatherstation.vue | 11 +- src/views/map/dialog/windspeedstation.vue | 161 +++++++++--------- src/views/map/dialog/xfControl.vue | 8 +- 24 files changed, 407 insertions(+), 407 deletions(-) diff --git a/src/views/BI/index.vue b/src/views/BI/index.vue index 9f1872d..f2fa049 100644 --- a/src/views/BI/index.vue +++ b/src/views/BI/index.vue @@ -212,11 +212,11 @@
{{ - item.INSPECTION_PLACE.length > 6 ? item.INSPECTION_PLACE.substr(0, 6) + '...' : item.INSPECTION_PLACE - }} + item.INSPECTION_PLACE.length > 6 ? item.INSPECTION_PLACE.substr(0, 6) + '...' : item.INSPECTION_PLACE + }} {{ - item.INSPECTION_TIME_START.length > 10 ? item.INSPECTION_TIME_START.substr(0, 10) + '...' : item.INSPECTION_TIME_START - }} + item.INSPECTION_TIME_START.length > 10 ? item.INSPECTION_TIME_START.substr(0, 10) + '...' : item.INSPECTION_TIME_START + }}
@@ -507,7 +507,7 @@ export default { count3 = item.count } }) - this.safetyEnvironmentalInspectionList = data.insList.length > 4 ? data.insList.splice(0,4) : data.insList + this.safetyEnvironmentalInspectionList = data.insList.length > 4 ? data.insList.splice(0, 4) : data.insList this.initEcharts4(count1, count2, count3) }) }, @@ -553,9 +553,9 @@ export default { // } if (item.HIDDENLEVEL == 'hiddenLevel1004') { // 轻微隐患 yinhuanCount[0] = item.count - }else if (item.HIDDENLEVEL == 'hiddenLevel1002') { // 一般隐患 + } else if (item.HIDDENLEVEL == 'hiddenLevel1002') { // 一般隐患 yinhuanCount[1] = item.count - } else if (item.HIDDENLEVEL == 'jdyh001') { // 较大隐患 + } else if (item.HIDDENLEVEL == 'jdyh001') { // 较大隐患 yinhuanCount[2] = item.count } else if (item.HIDDENLEVEL == 'hiddenLevel2002') { // 重大隐患 yinhuanCount[3] = item.count diff --git a/src/views/dangerousWork/hotwork/components/hotwork/hotwork_list/components/list.vue b/src/views/dangerousWork/hotwork/components/hotwork/hotwork_list/components/list.vue index 91eb85a..e5a93c3 100644 --- a/src/views/dangerousWork/hotwork/components/hotwork/hotwork_list/components/list.vue +++ b/src/views/dangerousWork/hotwork/components/hotwork/hotwork_list/components/list.vue @@ -84,7 +84,7 @@ -
+
diff --git a/src/views/map/dialog/hoistingCfdD.vue b/src/views/map/dialog/hoistingCfdD.vue index 2545ff3..ff8736f 100644 --- a/src/views/map/dialog/hoistingCfdD.vue +++ b/src/views/map/dialog/hoistingCfdD.vue @@ -43,10 +43,10 @@ {{ pd.PART_WEIGHT }}t - {{ pd.WORK_LEVEL == '1' ? '一级作业级别' : '' }} - {{ pd.WORK_LEVEL == '2' ? '二级作业级别' : '' }} - {{ pd.WORK_LEVEL == '3' ? '三级作业级别' : '' }} - + {{ pd.WORK_LEVEL == '1' ? '一级作业级别' : '' }} + {{ pd.WORK_LEVEL == '2' ? '二级作业级别' : '' }} + {{ pd.WORK_LEVEL == '3' ? '三级作业级别' : '' }} + diff --git a/src/views/map/dialog/hotwork.vue b/src/views/map/dialog/hotwork.vue index 2adb22a..81b04b9 100644 --- a/src/views/map/dialog/hotwork.vue +++ b/src/views/map/dialog/hotwork.vue @@ -72,31 +72,31 @@ 动火单位(部门)负责人意见 - + 现场管辖单位(部门)负责人意见 - + 动火许可证签发单位意见 - + 动火前管辖单位现场人员许可 姓名: - + 动火后管辖单位现场人员验收 姓名: - + @@ -116,7 +116,7 @@ {{ item.userName }} {{ item.TIME }} - + diff --git a/src/views/map/dialog/humiditystation.vue b/src/views/map/dialog/humiditystation.vue index 29342b9..8c93751 100644 --- a/src/views/map/dialog/humiditystation.vue +++ b/src/views/map/dialog/humiditystation.vue @@ -1,7 +1,7 @@