This commit is contained in:
sjl
2026-01-30 15:01:19 +08:00
parent 5d0421dd40
commit 59489aaafa
4 changed files with 7 additions and 4 deletions

View File

@@ -100,10 +100,10 @@ const tableStore = new TableStore({
}
},
{ field: 'areaName', title: '区域',minWidth: 100 },
{ field: 'gdName', title: '地级区' ,minWidth: 100},
{ field: 'gdName', title: '供电公司' ,minWidth: 100},
{
field: 'bdName',
title: '供电公司',
title: '场站',
minWidth: 100
},
{ field: 'objName', title: '对象名称' , minWidth: 240},

View File

@@ -145,10 +145,10 @@ const tableStore = new TableStore({
}
},
{ field: 'areaName', title: '区域', minWidth: 100 },
{ field: 'gdName', title: '地级区', minWidth: 100 },
{ field: 'gdName', title: '供电公司', minWidth: 100 },
{
field: 'bdName',
title: '供电公司',
title: '场站',
minWidth: 100
},
{ field: 'manufacturer', title: '厂家', minWidth: 100 },