From f4e73f262cd8fe054b84d5e99f083fba913e7c94 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期四, 30 五月 2024 18:01:20 +0800
Subject: [PATCH] qxtj

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

diff --git a/src/views/system/circle/index.vue b/src/views/system/circle/index.vue
index 4242328..7894569 100644
--- a/src/views/system/circle/index.vue
+++ b/src/views/system/circle/index.vue
@@ -166,8 +166,8 @@
           :show-overflow-tooltip="true"
         >
           <template slot-scope="scope">
-            <span v-if="scope.row.tjType == '1'">涓汉</span>
-            <span v-if="scope.row.tjType == '2'">鍥㈤槦</span>
+            <span v-if="scope.row.tjType == '2'">涓汉</span>
+            <span v-if="scope.row.tjType == '1'">鍥㈤槦</span>
           </template>
         </el-table-column>
         <el-table-column

--
Gitblit v1.8.0