shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
Showing only changes of commit 832587181e - Show all commits

View File

@ -195,7 +195,7 @@ const randerInfo = reactive({
{ name: "人员风险概率", max: 1 },
{ name: "特殊作业风险概率", max: 1 },
{ name: "月度安全评分", max: 1 },
{ name: "隐患未整改占比", max: 1 }
{ name: "隐患未闭合占比", max: 1 }
],
titleInfo: {
titleLeft: "未来三天事故风险概率预测",
@ -254,7 +254,7 @@ const openDialogData = async () => {
{ name: "人员风险概率", max: 1 },
{ name: "特殊作业风险概率", max: 1 },
{ name: "月度安全评分", max: 1 },
{ name: "隐患未整改占比", max: 1 }
{ name: "隐患未闭合占比", max: 1 }
],
titleInfo: {
titleLeft: "未来三天事故风险概率预测",