From 359e45cb24abe0162202e99b597450fa8cc79e8b Mon Sep 17 00:00:00 2001 From: Vce Date: Mon, 3 Jun 2024 22:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E5=85=A8=E8=AF=84?= =?UTF-8?q?=E5=88=86=E9=9D=99=E6=80=81=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- .../dialogCompnnents/month-safe-score.vue | 15 ++++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.env.production b/.env.production index 8d311ae..8c0991e 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/dialogCompnnents/month-safe-score.vue b/src/views/commandScreen/dialogCompnnents/month-safe-score.vue index 00ec26c..ee5b28e 100644 --- a/src/views/commandScreen/dialogCompnnents/month-safe-score.vue +++ b/src/views/commandScreen/dialogCompnnents/month-safe-score.vue @@ -132,21 +132,21 @@ const refScrollbar = ref(null as any); // 绑定到滚动的盒子上 const partyMemberList = ref({} as any); const value = ref({ 隐患治理排查: { - 隐患整改率: { name: "隐患整改率=已整改(除了待整改和已撤回)/隐患总数(不包含排查记录)/隐患总数x100%", value: "40%" }, + 隐患整改率: { name: "隐患整改率=已整改(除了待整改和已撤回)/隐患总数(不包含排查记录)x100%", value: "40%" }, 隐患及时整改率: { name: "及时整改率=状态是已整改(除了待整改和已撤回)的未超期整改的隐患记录数/状态是已整改(除了待整改和已撤回)的隐患总数x100%", value: "30%" }, 隐患闭合率: { name: "隐患闭合率=状态是合格的隐患记录/隐患总数x100%", value: "30%" }, - 隐患自检数量: { name: "每周完成项目自检次数", value: "0%" } + 项目自检数量: { name: "每周完成项目自检次数\n每周正常7次自检", value: "0%" } }, 危大工程: { 危大工程排查覆盖率: { name: "危大工程排查覆盖率=实际排查天数/应排查天数x100%(在施危大工程应每天排查)", value: "60%" }, - 旁站记录更新: { name: "每周至少针对在施危大工程完成旁站记录次数", value: "40%" } + 旁站记录更新: { name: "实际旁站记录次数/应完成旁站记录x100%(在施危大工程应每天旁站)", value: "40%" } }, 风险管理: { - 风险排查执行率: { name: "有排查记录的风险/生成待办任务的风险x100%", value: "99%" }, - 风险辨识数量: { name: "至少识别3个风险", value: "1%" } + 风险排查执行率: { name: "有排查记录不同的风险/生成待办任务不同的风险x100%", value: "99%" }, + 风险辨识数量: { name: "排查和待办任务中至少识别3个不同的风险", value: "1%" } }, 安全教育: { 三级入场教育完成率: { name: "三级入场教育完成率=三级教育完成人数/所有在岗人数", value: "100%" } @@ -223,6 +223,7 @@ onMounted(async () => { display: flex; align-items: center; } + .political-outlook { height: 97%; margin: 0 60px; @@ -238,7 +239,7 @@ onMounted(async () => { color: white; display: flex; justify-content: space-between; - margin-top: 10px; + margin-top: 0px; } .all-title { text-align: center; @@ -281,7 +282,7 @@ onMounted(async () => { } } .listBox { - height: 70%; + height: 73%; .listStyle { display: flex; align-items: center;