feat:sub界面调整tenant name列位置

This commit is contained in:
zhongzm
2025-04-15 21:02:11 +08:00
parent cb7e3038fa
commit b9f540f1ee

View File

@@ -153,13 +153,6 @@ let tableColumns = ref<ColumnsType>([
align: 'center', align: 'center',
width: 100, width: 100,
}, },
{
title: 'Tenant Name',
dataIndex: 'tenantName',
align: 'center',
key: 'tenantName',
width: 150,
},
{ {
title: 'Subscribed Data', title: 'Subscribed Data',
dataIndex: 'smData', dataIndex: 'smData',
@@ -169,7 +162,13 @@ let tableColumns = ref<ColumnsType>([
minWidth: 150, minWidth: 150,
maxWidth: 500, maxWidth: 500,
}, },
{
title: 'Tenant Name',
dataIndex: 'tenantName',
align: 'center',
key: 'tenantName',
width: 150,
},
{ {
title: t('common.operate'), title: t('common.operate'),
key: 'imsi', key: 'imsi',