From 985a45dc5017872196ee9c3ae0af3094c223bb0e Mon Sep 17 00:00:00 2001 From: futian.liu <liufutianyoo@163.com> Date: 星期五, 22 十二月 2023 11:26:55 +0800 Subject: [PATCH] 代码整理 --- 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