diff --git a/src/views/neUser/sub/index.vue b/src/views/neUser/sub/index.vue index aa288427..5922f545 100644 --- a/src/views/neUser/sub/index.vue +++ b/src/views/neUser/sub/index.vue @@ -153,13 +153,6 @@ let tableColumns = ref([ align: 'center', width: 100, }, - { - title: 'Tenant Name', - dataIndex: 'tenantName', - align: 'center', - key: 'tenantName', - width: 150, - }, { title: 'Subscribed Data', dataIndex: 'smData', @@ -169,7 +162,13 @@ let tableColumns = ref([ minWidth: 150, maxWidth: 500, }, - + { + title: 'Tenant Name', + dataIndex: 'tenantName', + align: 'center', + key: 'tenantName', + width: 150, + }, { title: t('common.operate'), key: 'imsi',