From b752b7b4e3ec1eac6c01c036ce68e55a5bddc7ed Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 10 Jan 2022 16:58:05 +0800
Subject: [PATCH] 证书新增审核和批量审核

---
 src/views/dispatch/dispatchChildoperableSee.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/views/dispatch/dispatchChildoperableSee.vue b/src/views/dispatch/dispatchChildoperableSee.vue
index 602da19..5fa188e 100644
--- a/src/views/dispatch/dispatchChildoperableSee.vue
+++ b/src/views/dispatch/dispatchChildoperableSee.vue
@@ -1,6 +1,11 @@
 <template>
   <basic-container>
-    <div class="dispatchChildoperable">
+    <div
+      :class="[
+        'dispatchChildoperable',
+        $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '',
+      ]"
+    >
       <avue-crud
         :option="option1"
         :data="data1"
@@ -46,6 +51,7 @@
         pageSize: 10,
         currentPage: 1,
         total: 0,
+        ...this.$store.state.control.changePageSize,
       },
       form: {},
       query1: {},
@@ -65,6 +71,7 @@
         // menuWidth: 160,
         align: "center",
         selection: true,
+        ...this.$store.state.control.clearOtherBut,
         column: [
           // },
           {

--
Gitblit v1.9.3