From b8ec2530b16d89056909ff2ececdf41340b51fff Mon Sep 17 00:00:00 2001
From: futian.liu <liufutianyoo@163.com>
Date: 星期六, 02 十二月 2023 12:06:41 +0800
Subject: [PATCH] 部门分发详情,明细

---
 admin-web/src/components/myTable/myTableV2.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/admin-web/src/components/myTable/myTableV2.vue b/admin-web/src/components/myTable/myTableV2.vue
index faeb6c2..7932ddc 100644
--- a/admin-web/src/components/myTable/myTableV2.vue
+++ b/admin-web/src/components/myTable/myTableV2.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>
 
       <!--鍒楁帶鍒�-->
@@ -198,6 +198,7 @@
 import mySwitch from '@/components/mySwitch/mySwitch'
 import request from '@/utils/request'
 import * as valid from '@/utils/validate'
+
 export default {
   components: { myButton, mySwitch },
   props: {
@@ -365,7 +366,7 @@
 		 */
     search(param) {
       this.$nextTick(() => {
-        // this.myTable.loading = true
+        this.myTable.loading = true
         const params = Object.assign({}, this.filter)
         if(this.myTable.paging.show){
           params.pageSize = this.myTable.paging.page.pageSize
@@ -628,6 +629,8 @@
   color: #303133;
   font-weight: 700;
   margin-top: 10px;
+  display: flex;
+  justify-content: flex-end;
 }
 .el-radio {
   margin-right: 10px;

--
Gitblit v1.9.1