From 02dd7d431d0a414bafef4602350d24c72a41de3f Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期一, 08 一月 2024 18:03:40 +0800 Subject: [PATCH] su --- src/views/system/visit/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/system/visit/index.vue b/src/views/system/visit/index.vue index 2fa1623..8f4464d 100644 --- a/src/views/system/visit/index.vue +++ b/src/views/system/visit/index.vue @@ -58,6 +58,7 @@ <template slot-scope="scope"> <span v-if="scope.row.tjCustomerSex == '0'">鐢�</span> <span v-if="scope.row.tjCustomerSex == '1'">濂�</span> + <span v-if="scope.row.tjCustomerSex == '2'">鏈煡</span> </template> </el-table-column> <el-table-column label="骞撮緞" align="center" prop="tjCustomerAge" height="10px" width="60px" -- Gitblit v1.8.0