联调 试运行 编辑功能 修改 在线监测页面

This commit is contained in:
GGJ
2024-07-05 09:05:22 +08:00
parent 2fc40a2136
commit a398ca6361
11 changed files with 401 additions and 27 deletions

View File

@@ -63,9 +63,9 @@ const getProblemType = (type: number) => {
return '用户投诉问题'
}
if (type === 4) {
return '现场测试超标问题'
return '试运行监测点问题'
}
return '现场测试超标问题'
return '试运行监测点问题'
}
/** 获得数据 */