From 32148fb89c6cbedc24aaf9cb93a215a6cc665f2b Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期二, 09 七月 2024 16:56:14 +0800
Subject: [PATCH] 修改了一些报错,完善了用户管理配偶的选择模块

---
 ruoyi-ui/src/views/meeting/statistics.vue |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/ruoyi-ui/src/views/meeting/statistics.vue b/ruoyi-ui/src/views/meeting/statistics.vue
index 62f6959..e619cdf 100644
--- a/ruoyi-ui/src/views/meeting/statistics.vue
+++ b/ruoyi-ui/src/views/meeting/statistics.vue
@@ -62,9 +62,9 @@
         </el-table-column>
 
         <el-table-column label="鐘舵��" prop="status" sortable align="center">
-          <template slot-scope="scope">{{ scope.row.status
-        ? scope.row.status : '鈥斺�斺�斺��' }}</template>
+          <template slot-scope="scope">{{scope.row.status===1? '缁撴': '鏈粨妗�'}}</template>
         </el-table-column>
+
 
         <el-table-column label="鎿嶄綔" align="center" width="200" class-name="small-padding fixed-width">
           <template slot-scope="scope" v-if="scope.row.roleId !== 1">
@@ -100,14 +100,10 @@
           <el-option v-for="item in yearOptions"
             :key="item.value" :label="item.label" :value="item.value"/>
         </el-select>
-
               </div>
-        <!-- class="p1" -->
         <div class="p1" id="main1">
-          <!-- <h1 style="font-size:21px">姣忔湀浼氳娆℃暟缁熻</h1> -->
         </div>
         <div class="p1" id="main2">
-          <!-- <h1 style="font-size:21px">浼氳瀹跺涵鍗犳瘮缁熻</h1> -->
         </div>
       </el-dialog>
       <!-- 鏂板鏁版嵁妗� -->

--
Gitblit v1.9.1