From 07b5f24adfc96bb5cd1bd3ce7be964851f0ea533 Mon Sep 17 00:00:00 2001 From: fanjia <3278303149@qq.com> Date: Tue, 21 Apr 2026 15:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A2=E9=80=9A=E6=83=85=E5=86=B5=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=BC=B9=E7=AA=97=E6=8E=A5=E5=8F=A3=E8=B0=83=E7=94=A8?= =?UTF-8?q?=EF=BC=8C=E5=9C=B0=E5=9B=BE=E5=9B=BE=E6=A0=87=E5=B1=82=E7=BA=A7?= =?UTF-8?q?=E6=8F=90=E9=AB=98=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=BB=86=E8=8A=82=EF=BC=8C=E7=BA=BF=E4=B8=8B=E5=B8=AE=E6=89=B6?= =?UTF-8?q?=E6=95=B0=E5=BC=B9=E7=AA=97=EF=BC=8C=E6=B6=89=E7=81=BE=E9=9A=90?= =?UTF-8?q?=E6=82=A3=E7=82=B9=E6=83=85=E5=86=B5=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 22 - .../Dialog/aiWarningResultDialog.vue | 26 +- .../RiskWarning/Dialog/centerInfoCard.vue | 41 +- .../Dialog/clearanceSituationDialog.vue | 53 +- .../RiskWarning/Dialog/confirmDialog.vue | 38 +- .../Dialog/controlSituationDialog.vue | 86 +- .../Dialog/dispatchDetailDialog.vue | 96 +-- .../Dialog/dispatchDistrictDialog.vue | 65 +- .../RiskWarning/Dialog/eventDetailDialog.vue | 633 ++++++++------- .../Dialog/hazardPointSituationDialog.vue | 1 + .../Dialog/impactPointDetailDialog.vue | 254 +++--- .../RiskWarning/Dialog/impactPointDialog.vue | 20 +- .../RiskWarning/Dialog/mapInfoDialog.vue | 4 +- .../RiskWarning/Dialog/offlineHelpDialog.vue | 12 +- .../Dialog/responsePointDetailDialog.vue | 99 +-- .../Dialog/responsePointInfoDialog.vue | 152 ++-- .../Dialog/responseSituationDiaLog.vue | 176 ++-- .../Dialog/responseStatusDialog.vue | 18 +- .../Dialog/riskPointDetailDialog.vue | 220 +++-- .../Dialog/tongnanCenterCardDialog.vue | 20 +- .../RiskWarning/Dialog/tunnelInfoDialog.vue | 124 +-- .../screen/src/views/RiskWarning/bottom.vue | 8 +- .../RiskWarning/component/ChongqingMap.vue | 201 +++-- .../component/date-picker-theme.scss | 92 +-- .../RiskWarning/component/el-select.scss | 9 +- .../src/views/RiskWarning/component/index.js | 139 ++-- .../views/RiskWarning/component/ringChart.vue | 106 +-- .../RiskWarning/component/sectionHeader.vue | 4 +- .../src/views/RiskWarning/component/table.vue | 8 +- .../screen/src/views/RiskWarning/index.vue | 22 +- .../screen/src/views/RiskWarning/left.vue | 4 +- .../screen/src/views/RiskWarning/right.vue | 64 +- pnpm-lock.yaml | 760 ++++++++++++++++++ 33 files changed, 2270 insertions(+), 1307 deletions(-) delete mode 100644 .eslintrc.cjs diff --git a/.eslintrc.cjs b/.eslintrc.cjs deleted file mode 100644 index 212a83f..0000000 --- a/.eslintrc.cjs +++ /dev/null @@ -1,22 +0,0 @@ -module.exports = { - env: { - browser: true, - es2021: true, - node: true - }, - extends: [ - 'eslint:recommended', - 'plugin:vue/vue3-recommended' - ], - parserOptions: { - ecmaVersion: 'latest', - sourceType: 'module' - }, - plugins: ['vue'], - rules: { - 'vue/multi-word-component-names': 'off', - 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', - 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', - 'vue/no-v-html': 'off' - } -} diff --git a/packages/screen/src/views/RiskWarning/Dialog/aiWarningResultDialog.vue b/packages/screen/src/views/RiskWarning/Dialog/aiWarningResultDialog.vue index 000f837..9160436 100644 --- a/packages/screen/src/views/RiskWarning/Dialog/aiWarningResultDialog.vue +++ b/packages/screen/src/views/RiskWarning/Dialog/aiWarningResultDialog.vue @@ -141,6 +141,18 @@ > {{ currentWarningInfo.whistle }} +