From a121e8e30aa2ce3dbb82ae96a995f7b505d1cf3b Mon Sep 17 00:00:00 2001 From: "wu.jifen" Date: Wed, 6 Aug 2025 15:18:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=8F=90=E4=BA=A4=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E7=AD=9B=E9=80=89=E5=99=A8=E6=94=B9=E4=B8=BA24?= =?UTF-8?q?=E5=B0=8F=E6=97=B6=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/bpic_eli/risk_history.html | 2 +- src/views/applicationManagement/employRecord/index.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/bpic_eli/risk_history.html b/public/bpic_eli/risk_history.html index 3df6167..d7505f9 100644 --- a/public/bpic_eli/risk_history.html +++ b/public/bpic_eli/risk_history.html @@ -880,7 +880,7 @@ StateManager.navList[index].checkSummary = text; } else { - StateManager.navList[index].checkSummary = '

暂无风险摘要信息

'; // 防止报错 + StateManager.navList[index].checkSummary = '

本次风险筛查结果:未发现风险

'; // 防止报错 } docs.innerHTML = StateManager.navList[index].checkSummary; diff --git a/src/views/applicationManagement/employRecord/index.vue b/src/views/applicationManagement/employRecord/index.vue index 9d12d96..8edb36b 100644 --- a/src/views/applicationManagement/employRecord/index.vue +++ b/src/views/applicationManagement/employRecord/index.vue @@ -59,9 +59,9 @@ size="medium" type="datetimerange" range-separator="至" - start-placeholder="开始日期" - end-placeholder="结束日期" - value-format="yyyy-MM-dd hh:mm:ss" + start-placeholder="开始时间" + end-placeholder="结束时间" + value-format="yyyy-MM-dd HH:mm:ss" >