电能质量问题-用户投诉-新增选择监测点接口调试

This commit is contained in:
zhujiyan
2024-05-24 15:14:59 +08:00
parent 1a84af2559
commit 5f2eb973a3
3 changed files with 41 additions and 21 deletions

View File

@@ -56,13 +56,13 @@ const tableStore = new TableStore({
return row.cellValue ? row.cellValue : '/'
}
},
{
field: 'monitorNumber',
title: '监测点编号',
formatter: (row: any) => {
return row.cellValue ? row.cellValue : '/'
}
},
// {
// field: 'monitorNumber',
// title: '监测点编号',
// formatter: (row: any) => {
// return row.cellValue ? row.cellValue : '/'
// }
// },
{
field: 'detectionFlag',
title: '是否实现监测',