冀北监测点试运行调整

This commit is contained in:
cdf
2024-05-22 19:53:25 +08:00
parent 11b63cbab9
commit e666784f2d
4 changed files with 14 additions and 44 deletions

View File

@@ -50,6 +50,9 @@ const tableStore = new TableStore({
method: 'POST',
column: [
{ title: '序号', type: 'seq', width: 80 },
{ field: 'substation', title: '所属变电站', minWidth: 170 },
{ field: 'monitoringTerminalCode', title: '设备编号', minWidth: 170 },
{ field: 'monitoringTerminalName', title: '设备名称', minWidth: 170 },
{ field: 'orgName', title: '填报部门名称' , minWidth: 170 },
{ field: 'reportDate', title: '填报日期', minWidth: 170},
{ field: 'reporter', title: '填报人', minWidth: 80 },
@@ -71,7 +74,7 @@ const tableStore = new TableStore({
4: '已取消'
}
},
// { field: 'monitoringTerminalName', title: '设备名称', minWidth: 170 },
// { field: 'substation', title: '所属变电站', minWidth: 170 },
// {
// field: 'userType',