From 17af8def27adbfd6a5a4e3f5e717d21d40df3ed8 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期四, 24 四月 2025 14:55:31 +0800
Subject: [PATCH] 解决没弹窗

---
 src/views/picture/picture/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/picture/picture/index.vue b/src/views/picture/picture/index.vue
index 7e80257..62558e2 100644
--- a/src/views/picture/picture/index.vue
+++ b/src/views/picture/picture/index.vue
@@ -46,7 +46,7 @@
       <el-col :span="11">
         <el-table v-loading="loading" ref="tb" :data="pictureList" highlight-current-row
           :row-class-name="tableRowClassName" @current-change="handleCurrentChange" border height="520px">
-          <el-table-column label="浣撴鍙�" align="center" prop="tjNumber" min-width="160" />
+          <el-table-column label="浣撴鍙�" align="center" prop="tjNumber" min-width="130" />
           <el-table-column label="濮撳悕" align="center" prop="cusName" min-width="80" />
           <el-table-column label="鎬у埆" align="center" prop="cusSex" min-width="50">
             <template slot-scope="scope">
@@ -56,7 +56,7 @@
               <span v-if="scope.row.cusSex == '9'">鏈鏄庢�у埆</span>
             </template>
           </el-table-column>
-          <el-table-column label="鎵嬫満鍙�" align="center" prop="cusPhone" min-width="100" />
+          <el-table-column label="韬唤璇佸彿" align="center" prop="cusIdcard" min-width="190" />
           <el-table-column label="濂楅鍚�" align="center" prop="tcm" min-width="100" />
           <el-table-column label="鐧昏鏃堕棿" align="center" prop="tjTime" min-width="120" />
           <el-table-column label="瀹℃牳鐘舵��" align="center" prop="confirmStatus" min-width="80">
@@ -137,6 +137,8 @@
         <el-button type="primary" @click="imagePreviewVisible = false">纭畾</el-button>
       </span>
     </el-dialog>
+    <Public ref="aaa" :check-status="checkStatus" :pro-result="form.proResult" :conclusion="form.conclusion"
+      @add="handleChanges" :project-list="projectList" />
   </div>
 </template>
 <script>

--
Gitblit v1.8.0