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

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

@@ -74,13 +74,13 @@ const tableStore = new TableStore({
1: '技术监督计划',
2: '在线监测超标问题',
3: '用户投诉问题',
4: '现场测试超标问题'
4: '试运行监测点问题'
}
},
{ field: 'dutyOrgName', title: '负责单位', minWidth: '150' },
{ field: 'reformAdvice', title: '整改意见', minWidth: '150' },
{ field: 'leafletName', title: '单据名称', minWidth: '150' },
{ field: 'issueDetail', title: '告警内容', minWidth: '150' },
{ field: 'reformAdvice', title: '整改意见', minWidth: '150' },
{
field: 'status',
title: '流程状态',

View File

@@ -58,7 +58,7 @@ const tableStore = new TableStore({
1: '技术监督计划',
2: '在线监测超标问题',
3: '用户投诉问题',
4: '现场测试超标问题'
4: '试运行监测点问题'
}
},
{ field: 'dutyOrgName', title: '负责单位', minWidth: '150' },
@@ -130,6 +130,7 @@ const tableStore = new TableStore({
row.status,
row.issueDetail,
row.problemPath,
row.reportPath,
row.reformAdvice
)
}
@@ -166,7 +167,7 @@ const tableStore = new TableStore({
row.status,
row.issueDetail,
row.problemPath,
row.reportPath,
row.reformAdvice,
row.takeStep,
row.reportPath
@@ -190,6 +191,7 @@ const tableStore = new TableStore({
row.status,
row.issueDetail,
row.problemPath,
row.reportPath,
row.reformAdvice,
row.takeStep,
row.reportPath