From 70a87a18cca12dd0e43360f91a5be9754dc4cb37 Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期五, 12 一月 2024 00:25:55 +0800
Subject: [PATCH] 1

---
 src/container/maintenance/index.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/container/maintenance/index.vue b/src/container/maintenance/index.vue
index 7ecb2c9..e669334 100644
--- a/src/container/maintenance/index.vue
+++ b/src/container/maintenance/index.vue
@@ -1,13 +1,13 @@
 <!--
  * @Date: 2024-01-06 17:40:19
  * @LastEditors: Sneed
- * @LastEditTime: 2024-01-06 19:47:06
+ * @LastEditTime: 2024-01-09 00:37:23
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/maintenance/index.vue
 -->
 <template>
     <div class="maintenance">
         <div class="nav">璁惧淇濆吇/鏃ュ父淇濆吇</div>
-        <List>
+        <List ref="list" url="/component/pageQuery">
             <template slot="search">
                 <div class="item">
                     <span>缁熶竴缂栧彿</span>
@@ -50,7 +50,7 @@
                         align="right"
                         type="date"
                         placeholder="閫夋嫨鏃ユ湡"
-                        :picker-options="pickerOptions">
+                        >
                     </el-date-picker>
                 </div>
                 <div class="item">
@@ -61,7 +61,7 @@
                         align="right"
                         type="date"
                         placeholder="閫夋嫨鏃ユ湡"
-                        :picker-options="pickerOptions">
+                        >
                     </el-date-picker>
                 </div>
                 <div class="item">
@@ -100,7 +100,8 @@
             return {
                 query: {
                     no: ''
-                }
+                },
+                options: [{}]
             }
         }
     }

--
Gitblit v1.9.3