From b19cdfd42ef26702eb00dd77e89bf9af90bc9ed4 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 01 Dec 2021 08:56:28 +0800
Subject: [PATCH] +

---
 src/views/resource/attach.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/views/resource/attach.vue b/src/views/resource/attach.vue
index bd0fceb..de23d2f 100644
--- a/src/views/resource/attach.vue
+++ b/src/views/resource/attach.vue
@@ -1,5 +1,10 @@
 <template>
-  <basic-container class="hasButTwo">
+  <basic-container
+    :class="[
+      'hasButTwo',
+      $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '',
+    ]"
+  >
     <avue-crud
       :option="option"
       :table-loading="loading"
@@ -45,7 +50,7 @@
           size="small"
           v-if="permission.attach_download"
           @click="handleDownload(scope.row)"
-          >下载222
+          >下载
         </el-button>
         <el-button
           type="text"
@@ -103,6 +108,7 @@
         pageSize: 10,
         currentPage: 1,
         total: 0,
+        ...this.$store.state.control.changePageSize,
       },
       attachBox: false,
       selectionList: [],
@@ -118,6 +124,7 @@
         viewBtn: true,
         selection: true,
         dialogClickModal: false,
+        ...this.$store.state.control.clearOtherBut,
         column: [
           {
             label: "附件地址",

--
Gitblit v1.9.3