敏感用户管理加单位

This commit is contained in:
stt
2025-12-03 09:05:13 +08:00
parent c09bea9e04
commit aa07112605
2 changed files with 11 additions and 11 deletions

View File

@@ -49,8 +49,8 @@ const tableStore: any = new TableStore({
return interferenceType.filter(item => item.id == row.cellValue)[0]?.name
}
},
{ title: '用户协议容量', field: 'userAgreementCapacity', minWidth: 100 },
{ title: '装机容量', field: 'installedCapacity', minWidth: 100 },
{ title: '用户协议容量(MVA)', field: 'userAgreementCapacity', minWidth: 100 },
{ title: '装机容量(MW)', field: 'installedCapacity', minWidth: 100 },
{
title: '操作',
align: 'center',