终端检测-所属变电站添加手动输入模式

This commit is contained in:
zhujiyan
2024-05-30 20:14:12 +08:00
parent 8e8feb36ce
commit 97bc531697
3 changed files with 44 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ const tableStore = new TableStore({
column: [
{ title: '序号', type: 'seq', width: 80 },
{ field: 'orgName', title: '填报部门名称' , minWidth: 170 },
{ field: 'substation', title: '所属变电站', minWidth: 170 },
{ field: 'substationName', title: '所属变电站', minWidth: 170 },
{ field: 'monitoringTerminalName', title: '设备名称', minWidth: 170 },
{ field: 'monitoringTerminalCode', title: '设备编号', minWidth: 170 },
{ field: 'reportDate', title: '填报日期', minWidth: 170},