From 0d26e7d7cbc8c0b834d950120ceb9c5d86301ab4 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期五, 16 六月 2023 11:38:02 +0800
Subject: [PATCH] 修改参照组件的禁用与显示

---
 Source/UBCS-WEB/src/components/Crud/Crud.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/Crud/Crud.vue b/Source/UBCS-WEB/src/components/Crud/Crud.vue
index 2f90814..b9cf277 100644
--- a/Source/UBCS-WEB/src/components/Crud/Crud.vue
+++ b/Source/UBCS-WEB/src/components/Crud/Crud.vue
@@ -36,7 +36,11 @@
                                 :props="transferProps" @save="handelTransferSave"></integration-transfer>
         </el-button>
         <el-button size="small" type="primary" plain @click="findvisible=true">鏌ヨ
+<<<<<<< HEAD
+        <advanced-query  :visible.sync="findvisible" :options="options"></advanced-query>
+=======
         <advanced-query  :visible.sync="findvisible" :options="this.options"></advanced-query>
+>>>>>>> 859a64b36d107b147f44eccd0c0a76471c5e49ea
         </el-button>
         <el-button size="small" type="primary" plain>鐩镐技椤规煡璇�</el-button>
         <el-button size="small" type="primary" plain style="margin-left: 1px;margin-top:10px">鍒锋柊</el-button>
@@ -147,7 +151,7 @@
       editShow: "",
       editAttr:"",
       data: [],
-      options:{},
+      options:[],
       option: {
         column: []
       },

--
Gitblit v1.9.3