From 070e404bbb2d9c599c9f4498828b6cd93b595613 Mon Sep 17 00:00:00 2001 From: guanj Date: Tue, 23 Jun 2026 21:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BE=BD=E5=AE=81=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.LN | 6 + package.json | 2 + src/components/cockpit/dataCleaning/index.vue | 23 +- src/components/cockpit/integrity/index.vue | 23 +- src/components/cockpit/onlineRate/index.vue | 26 +- .../cockpit/terminalEvaluation/index.vue | 31 +- src/components/form/datePicker/index.vue | 68 +- src/components/table/header/index.vue | 11 +- src/main.ts | 30 +- src/utils/echartMethod.ts | 89 +- src/utils/request.ts | 34 +- src/utils/webSocketClient.ts | 3 +- .../area/getIntegrityData/index.vue | 2 +- .../embed/dataOverview_JB/index.vue | 7 + .../online/wentaishujufenxi/index.vue | 4069 +++++++++-------- .../reportForms/statistics/index.vue | 38 +- .../pqs/panorama/components/line/info.vue | 2 +- src/views/pqs/panorama/components/map.vue | 14 +- src/views/pqs/panorama/components/mapL.vue | 15 +- .../pqs/runManage/runEvaluate/index_JB.vue | 136 +- 20 files changed, 2369 insertions(+), 2260 deletions(-) create mode 100644 .env.LN diff --git a/.env.LN b/.env.LN new file mode 100644 index 00000000..1e0df979 --- /dev/null +++ b/.env.LN @@ -0,0 +1,6 @@ +# 辽宁嵌入 +NODE_ENV = LN +VITE_NAME="LN" +# 电网一张图 地图图层 +VITE_NARIMAP=null +VITE_NRGISCOMMON=null diff --git a/package.json b/package.json index 64f1d529..3b1106f6 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,14 @@ "dev:jibei": "vite --mode jibei", "dev:hainan": "vite --mode hainan", "dev:qujing": "vite --mode qujing", + "dev:LN": "vite --mode LN", "dev:LNqr": "vite --mode LNqr", "dev:removeMode": "vite --mode removeMode", "build": "vite build --mode dev", "build:jibei": "vite build --mode jibei", "build:hainan": "vite build --mode hainan", "build:qujing": "vite build --mode qujing", + "build:LN": "vite build --mode LN", "build:LNqr": "vite build --mode LNqr", "build:removeMode": "vite build --mode removeMode", "preview": "vite preview" diff --git a/src/components/cockpit/dataCleaning/index.vue b/src/components/cockpit/dataCleaning/index.vue index 9fdfebf0..7da0a40b 100644 --- a/src/components/cockpit/dataCleaning/index.vue +++ b/src/components/cockpit/dataCleaning/index.vue @@ -126,7 +126,8 @@ const prop = defineProps({ width: { type: [String, Number] }, height: { type: [String, Number] }, timeKey: { type: [String, Number] }, - timeValue: { type: Object } + timeValue: { type: Object }, + searchKey: { type: [String, Number] } }) const headerHeight = ref(57) @@ -347,22 +348,22 @@ onMounted(() => { tableStore.index() }) watch( - () => prop.timeKey, + () => prop.searchKey, val => { tableStore.index() } ) -watch( - () => prop.timeValue, +// watch( +// () => prop.timeValue, - val => { - tableStore.index() - }, +// val => { +// tableStore.index() +// }, - { - deep: true - } -) +// { +// deep: true +// } +// ) + + + + diff --git a/src/views/pqs/harmonicMonitoring/reportForms/statistics/index.vue b/src/views/pqs/harmonicMonitoring/reportForms/statistics/index.vue index ae9979b4..4740f2be 100644 --- a/src/views/pqs/harmonicMonitoring/reportForms/statistics/index.vue +++ b/src/views/pqs/harmonicMonitoring/reportForms/statistics/index.vue @@ -10,8 +10,14 @@ > - +