Merge remote-tracking branch 'origin/bpic/feature-ai-uw' into bpic/feature-ai-uw

This commit is contained in:
陈昱达
2025-08-06 17:16:39 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -887,7 +887,7 @@
StateManager.navList[index].checkSummary = text;
} else {
StateManager.navList[index].checkSummary = '<p>暂无风险摘要信息</p>'; // 防止报错
StateManager.navList[index].checkSummary = '<p>本次风险筛查结果:未发现风险</p>'; // 防止报错
}
docs.innerHTML = StateManager.navList[index].checkSummary;

View File

@@ -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"
>
</el-date-picker>
</el-form-item>