From 6d1d5888829b5a70917a95c9068b560b864aeff2 Mon Sep 17 00:00:00 2001
From: Jruome <2559028966@qq.com>
Date: Mon, 12 Jun 2023 17:18:00 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=AB=AF=20=E5=95=86?=
=?UTF-8?q?=E6=88=B7=E7=AE=A1=E7=90=86=E5=90=AF=E7=94=A8=E7=A6=81=E7=94=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
yudao-ui-admin/src/views/system/tenant/index.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/yudao-ui-admin/src/views/system/tenant/index.vue b/yudao-ui-admin/src/views/system/tenant/index.vue
index 1df13bcf1..5e9e9163f 100755
--- a/yudao-ui-admin/src/views/system/tenant/index.vue
+++ b/yudao-ui-admin/src/views/system/tenant/index.vue
@@ -93,7 +93,7 @@
更多
禁用
+ v-hasPermi="['system:tenant:disable']">{{scope.row.status?'启用':'禁用'}}
提成设置
{
this.getList();
- this.$modal.msgSuccess('删除成功');
+ this.$modal.msgSuccess(`${row.status?'启用':'禁用'}成功`);
}).catch(() => {
});
},