联调 试运行 编辑功能 修改 在线监测页面
This commit is contained in:
@@ -63,9 +63,9 @@ const getProblemType = (type: number) => {
|
||||
return '用户投诉问题'
|
||||
}
|
||||
if (type === 4) {
|
||||
return '现场测试超标问题'
|
||||
return '试运行监测点问题'
|
||||
}
|
||||
return '现场测试超标问题'
|
||||
return '试运行监测点问题'
|
||||
}
|
||||
|
||||
/** 获得数据 */
|
||||
|
||||
Reference in New Issue
Block a user