From d0594c96b1905f461ebf4dbdcc49a5c6230f1102 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期二, 26 十二月 2023 15:33:00 +0800 Subject: [PATCH] su --- src/views/doctor/examination/index.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue index 222dd06..c60cf48 100644 --- a/src/views/doctor/examination/index.vue +++ b/src/views/doctor/examination/index.vue @@ -95,11 +95,17 @@ prop="cusSex" width="60px" > - <template slot-scope="scope"> + <template slot-scope="scope"> + <span v-if="scope.row.cusSex == '0'">鐢�</span> + <span v-if="scope.row.cusSex == '1'">濂�</span> + <span v-if="scope.row.cusSex == '2'">鏈煡</span> + <span v-if="scope.row.cusSex == '9'">鏈鏄庢�у埆</span> + </template> + <!-- <template slot-scope="scope"> --> <!-- {{scope.row.customer.cusSex}} --> - {{ scope.row.cusSex === 0 ? "鐢�" : "濂�" }} + <!-- {{ scope.row.cusSex === 0 ? "鐢�" : "濂�" }} --> <!-- <dict-tag :options="dict.type.sys_user_sex" :value="scope.row.cusSex " /> --> - </template> + <!-- </template> --> </el-table-column> <el-table-column label="鎵嬫満鍙�" -- Gitblit v1.8.0