From 79d9fc857559982b00b68b2d709807bdc4cd286f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 11 Apr 2022 10:58:17 +0800
Subject: [PATCH] minio 地址修改

---
 src/views/securityUnit/index.vue |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/src/views/securityUnit/index.vue b/src/views/securityUnit/index.vue
index aa0a674..c6823e1 100644
--- a/src/views/securityUnit/index.vue
+++ b/src/views/securityUnit/index.vue
@@ -19,12 +19,11 @@
       >
         <template slot-scope="{ type, size, row }" slot="menu">
           <el-button
-            style="display:none"
             :size="size"
             :type="type"
             @click="handleUploadPage(row)"
             icon="el-icon-circle-check"
-            >单位装备清单附件上传
+            >附件上传
           </el-button>
         </template>
         <template slot="menuLeft">
@@ -37,22 +36,20 @@
             >新增</el-button
           >
           <el-button
-            type="success"
-            size="small"
-            plain
-            icon="el-icon-upload2"
-            @click="handleImport1"
-            >批量导入
-          </el-button>
-        </template>
-        <template slot="menuLeft">
-          <el-button
             type="danger"
             size="small"
             plain
             icon="el-icon-delete"
             @click="handleDelete"
             >删 除
+          </el-button>
+          <el-button
+            type="success"
+            size="small"
+            plain
+            icon="el-icon-upload2"
+            @click="handleImport1"
+            >批量导入
           </el-button>
         </template>
       </avue-crud>
@@ -181,6 +178,7 @@
         pageSize: 10,
         currentPage: 1,
         total: 0,
+        ...this.$store.state.control.changePageSize,
       },
 
       treeData: [],
@@ -286,10 +284,11 @@
         searchSize: "mini",
         searchMenuSpan: 6,
         height: 583,
-        menuWidth: 160,
+        menuWidth: 220,
         align: "center",
         selection: true,
         column: column,
+        ...this.$store.state.control.clearOtherBut,
       },
     };
   },

--
Gitblit v1.9.3