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" >