From 10c2ee4be4508c62b5980cc7059b1e8e95f7a3cc Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 04 七月 2023 17:22:11 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs
---
Source/UBCS-WEB/src/views/system/tenant.vue | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/system/tenant.vue b/Source/UBCS-WEB/src/views/system/tenant.vue
index 0b84338..96ce15c 100644
--- a/Source/UBCS-WEB/src/views/system/tenant.vue
+++ b/Source/UBCS-WEB/src/views/system/tenant.vue
@@ -27,14 +27,6 @@
plain
@click="handleDelete">鍒� 闄�
</el-button>
- <el-tooltip class="item" effect="dark" content="缁欑鎴烽厤缃处鍙烽搴︺�佽繃鏈熸椂闂寸瓑鎺堟潈淇℃伅" placement="top">
- <el-button size="small"
- plain
- v-if="userInfo.role_name.includes('administrator')"
- icon="el-icon-setting"
- @click="handleSetting">鎺堟潈閰嶇疆
- </el-button>
- </el-tooltip>
<el-tooltip class="item" effect="dark" content="缁欑鎴烽厤缃嫭绔嬫暟鎹簮浠ュ疄鐜版暟鎹簱闅旂" placement="top">
<el-button size="small"
plain
@@ -69,7 +61,7 @@
<el-tag>{{ row.expireTime ? row.expireTime : '涓嶉檺鍒�' }}</el-tag>
</template>
</avue-crud>
-
+
<el-dialog title="绉熸埛鏁版嵁婧愰厤缃�"
append-to-body
:visible.sync="datasourceBox"
@@ -361,7 +353,7 @@
message: "鎿嶄綔鎴愬姛!"
});
done();
- console.log(done)
+ // console.log(done)
}, error => {
window.console.log(error);
loading();
--
Gitblit v1.9.3