From b9f540f1ee003906e944d0dfa96358aa0d6edba2 Mon Sep 17 00:00:00 2001 From: zhongzm Date: Tue, 15 Apr 2025 21:02:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:sub=E7=95=8C=E9=9D=A2=E8=B0=83=E6=95=B4ten?= =?UTF-8?q?ant=20name=E5=88=97=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/neUser/sub/index.vue | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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',