From 93315776daa5da86e26c012cd076966a85a82544 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Thu, 11 Jul 2024 10:18:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tenant/base5G/index.vue | 2 +- src/views/tenant/sub/index.vue | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/views/tenant/base5G/index.vue b/src/views/tenant/base5G/index.vue index d095779d..1b926200 100644 --- a/src/views/tenant/base5G/index.vue +++ b/src/views/tenant/base5G/index.vue @@ -298,7 +298,7 @@ onMounted(() => { :options="[ { label: '4G', value: '4g' }, { label: '5G', value: '5g' }, - { label: '4/5G', value: '45g' }, + { label: '4&5G', value: '45g' }, ]" :allow-clear="false" :placeholder="t('common.selectPlease')" diff --git a/src/views/tenant/sub/index.vue b/src/views/tenant/sub/index.vue index db6542b4..45fce14b 100644 --- a/src/views/tenant/sub/index.vue +++ b/src/views/tenant/sub/index.vue @@ -119,14 +119,6 @@ let tableColumns: ColumnsType = [ minWidth: 150, maxWidth: 500, }, - - { - title: t('common.operate'), - key: 'imsi', - align: 'left', - fixed: 'right', - width: 100, - }, ]; /**表格字段列排序 */