From 76a3eb05129f0af9f9b5798b1c8abbf9afaf7f19 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期二, 27 八月 2024 17:59:26 +0800
Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web

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

diff --git a/ruoyi-ui/src/views/meeting/statistics.vue b/ruoyi-ui/src/views/meeting/statistics.vue
index f15bd84..e619cdf 100644
--- a/ruoyi-ui/src/views/meeting/statistics.vue
+++ b/ruoyi-ui/src/views/meeting/statistics.vue
@@ -62,10 +62,10 @@
         </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">
             <div class="button-container">

--
Gitblit v1.9.1