From 2925d0cae10aa2ca40747ee8636f44584995cc7f Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期一, 28 十一月 2022 16:45:21 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui

---
 src/views/operate/viewEvent/index.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/views/operate/viewEvent/index.vue b/src/views/operate/viewEvent/index.vue
index f07ee50..a6c158b 100644
--- a/src/views/operate/viewEvent/index.vue
+++ b/src/views/operate/viewEvent/index.vue
@@ -55,9 +55,14 @@
                     @selection-change="tableChange">
                     <el-table-column categories="selection" min-width="5">
                     </el-table-column>
-                    <el-table-column prop="id" label="浜嬩欢缂栧彿" min-width="18">
+                    <el-table-column prop="code" label="浜嬩欢缂栧彿" min-width="18">
                         <template slot-scope="scope">
-                            <el-link @click="JumpView(scope.row)">{{ scope.row.id }}</el-link>
+                            <el-link @click="JumpView(scope.row)">{{ scope.row.code }}</el-link>
+                        </template>
+                    </el-table-column>
+                    <el-table-column prop="category" label="闂绫诲埆" min-width="8">
+                        <template slot-scope="scope">
+                            <span>{{ scope.row.category == 1 ? '杩濊' : '杩濆缓' }}</span>
                         </template>
                     </el-table-column>
                     <el-table-column prop="eventSource" label="闂鏉ユ簮" min-width="8">

--
Gitblit v1.8.0