From 0b05f40e6559e9652cb03fab22415c0def2bd371 Mon Sep 17 00:00:00 2001
From: lai <371757574@qq.com>
Date: Wed, 19 Jun 2024 16:17:27 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E4=B9=89=E7=A7=9F=E8=B5=81=E7=B1=BB?=
=?UTF-8?q?=E5=9E=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/tenant/index.vue | 22 ++++++++--------------
1 file changed, 8 insertions(+), 14 deletions(-)
diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue
index be245a65..3cbddd6d 100644
--- a/src/views/system/tenant/index.vue
+++ b/src/views/system/tenant/index.vue
@@ -100,18 +100,6 @@ let tableColumns: ColumnsType = [
key: 'tenancyType',
align: 'center',
width: 150,
- customRender(opt) {
- switch (opt.value) {
- case 'SD-SST':
- return t('views.system.dept.SDSST');
- case 'APN':
- return t('views.system.dept.APN');
- case 'IMSI':
- return t('views.system.dept.IMSI');
- default:
- return '';
- }
- },
},
{
title: t('views.system.dept.status'),
@@ -138,8 +126,6 @@ let tableColumns: ColumnsType = [
},
];
-
-
/**表格紧凑型变更操作 */
function fnTableSize({ key }: MenuInfo) {
tableState.size = key as SizeType;
@@ -571,6 +557,14 @@ onMounted(() => {
+
+
+
+
+