From 35036692b109feebeec30ba558aad65e1841889c Mon Sep 17 00:00:00 2001
From: zhangxp <zhangxp@chicecm.com>
Date: 星期日, 25 六月 2023 15:50:53 +0800
Subject: [PATCH] 流程测试

---
 Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue b/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue
index 348fc9b..eafcf03 100644
--- a/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue
+++ b/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue
@@ -6,6 +6,7 @@
                top="0"
                class="avue-dialog avue-dialog--top"
                :width="referConfig.options.width|| '80%'">
+          
       <avue-crud :option="option"
                  :table-loading="loading"
                  :data="data"
@@ -22,6 +23,7 @@
       </avue-crud>
       <div class="avue-dialog__footer">
         <div class="avue-dialog__footer--left valueInfo">{{ valueInfo }}</div>
+        {{ this.referConfig.options.width }}
         <el-button @click="visible=false">鍙� 娑�</el-button>
         <el-button @click="setValue" type="primary">纭� 瀹�</el-button>
       </div>
@@ -83,7 +85,7 @@
     console.log('referConfig:')
     console.log(this.referConfig)
   },
-  mounted() {
+  mounted() { 
     if(this.referConfig.options.page){
       this.page.pageSize=this.referConfig.options.page.limit || this.referConfig.options.page.pageSize;
       this.page.currentPage=this.referConfig.options.page.page || this.referConfig.options.page.currentPage;

--
Gitblit v1.9.3