From ad635d411c038ac5f10604851050eb810c15659e Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期一, 28 十一月 2022 16:35:38 +0800 Subject: [PATCH] 案卷查询数据渲染 --- 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 162b08a..e2ac2c1 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