From 8ade698bb24b59de42ba2ae6703c1634aede6e42 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Wed, 31 Jul 2024 11:31:43 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E4=BF=AE=E6=94=B9=E8=A1=A8?= =?UTF-8?q?=E5=8D=95key=E9=87=8D=E5=A4=8D=E5=BC=95=E8=B5=B7=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- .../commandScreen/commandCenter/centerBottom.vue | 16 ++++------------ .../dialogCompnnents/month-safe-score.vue | 4 ++-- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/.env.production b/.env.production index b9f4c4f..2cbd7de 100644 --- a/.env.production +++ b/.env.production @@ -21,8 +21,8 @@ NODE_ENV = "production" # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -# VITE_API_URL = 'http://42.180.188.17:9809' #生产环境 -VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 +VITE_API_URL = 'http://42.180.188.17:9809' #生产环境 +# VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 # 苏立信/重庆市南岸区 # VITE_API_URL = 'http://101.43.164.214:11111' # 中科安信 diff --git a/src/views/commandScreen/commandCenter/centerBottom.vue b/src/views/commandScreen/commandCenter/centerBottom.vue index 07b533e..992f45d 100644 --- a/src/views/commandScreen/commandCenter/centerBottom.vue +++ b/src/views/commandScreen/commandCenter/centerBottom.vue @@ -129,9 +129,9 @@
超危工程
危大工程
-
+
- {{ item.msg }} +
{{ item.msg }}
@@ -328,16 +328,8 @@ const getNoticeList = async (showLoading: boolean) => { // item.status == 5 ? "合格": // item.status == 6 ? "已撤回": // item.status == 7 ? "整改!":"" - let tempMsg = - item.enterpriseName + - "的" + - item.regionName + - "责任区域内有一条" + - item.dangerItemContent + - "的隐患" + - statusMsg1 + - ",请注意监督" + - statusMsg2; + // enterpriseName + let tempMsg = `【${item.mainEnterpriseName}】的${item.regionName}责任区域内有一条${item.dangerItemContent}的隐患${statusMsg1},请注意监督${statusMsg2}`; return { msg: tempMsg, payload: JSON.stringify({ status: item.status, level: item.level, time: item.inspectTime, overTime: item.overTime }) diff --git a/src/views/commandScreen/dialogCompnnents/month-safe-score.vue b/src/views/commandScreen/dialogCompnnents/month-safe-score.vue index aed6522..fed3852 100644 --- a/src/views/commandScreen/dialogCompnnents/month-safe-score.vue +++ b/src/views/commandScreen/dialogCompnnents/month-safe-score.vue @@ -31,13 +31,13 @@ 单项扣分 - + {{ item }} 单项得分 - {{ item }} + {{ item }}