终端入网监测&&技术监督计划页面修改

This commit is contained in:
zhujiyan
2024-05-27 16:17:07 +08:00
parent 767a35d626
commit 4c672e5127
5 changed files with 388 additions and 320 deletions

View File

@@ -57,6 +57,8 @@ const tableStore = new TableStore({
method: 'POST',
column: [
{ title: '序号', type: 'seq', width: 80 },
{ field: 'responsibleDepartment', title: '归口管理部门', minWidth: 130 },
{ field: 'substation', title: '变电站', minWidth: 100 },
{ field: 'projectName', title: '工程名称', minWidth: 170 },
{
field: 'userType',
@@ -68,7 +70,6 @@ const tableStore = new TableStore({
}
},
{ field: 'city', title: '所属地市', minWidth: 80 },
{ field: 'responsibleDepartment', title: '归口管理部门', minWidth: 130 },
{
field: 'userStatus',
title: '用户状态',
@@ -87,7 +88,6 @@ const tableStore = new TableStore({
3: '退运'
}
},
{ field: 'substation', title: '变电站', minWidth: 100 },
{
field: 'status',
title: '审核状态',