From 1d8522499d6052e3d389667db1aae46a23208831 Mon Sep 17 00:00:00 2001
From: cy <1664593601@qq.com>
Date: 星期四, 14 十二月 2023 13:05:01 +0800
Subject: [PATCH] feat: 去掉按钮权限
---
admin-web/src/components/myTable/myTable.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/admin-web/src/components/myTable/myTable.vue b/admin-web/src/components/myTable/myTable.vue
index 9ee89bf..760e380 100644
--- a/admin-web/src/components/myTable/myTable.vue
+++ b/admin-web/src/components/myTable/myTable.vue
@@ -33,7 +33,7 @@
<el-button size="mini" type="default" @click="visible = false">鍙栨秷</el-button>
<el-button type="primary" size="mini" @click="_export_">纭畾</el-button>
</div>
- <my-button v-if="myTable.tools.generalExport.show" slot="reference" site="tools" name="瀵煎嚭" />
+ <my-button v-if="myTable.tools.generalExport.show" slot="reference" site="tools" name="瀵煎嚭" style="margin-bottom: 15px"/>
</el-popover>
<!--鍒楁帶鍒�-->
@@ -201,6 +201,7 @@
import mySwitch from '@/components/mySwitch/mySwitch'
import request from '@/utils/request'
import * as valid from '@/utils/validate'
+
export default {
components: { myButton, mySwitch },
props: {
--
Gitblit v1.9.1