feat: 网元授权添加用户容量列

This commit is contained in:
TsMask
2025-05-09 12:04:14 +08:00
parent f3c75b9992
commit 602381b6a9
3 changed files with 16 additions and 6 deletions

View File

@@ -110,6 +110,12 @@ let tableColumns = ref<TableColumnsType>([
align: 'left',
width: 120,
},
{
title: t('views.ne.common.capability'),
dataIndex: 'capability',
align: 'left',
width: 100,
},
{
title: t('common.remark'),
dataIndex: 'remark',