From 1fc3fe586a17f5ddf6717f58d1fb1e5a0a9c48f7 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 08 三月 2024 14:19:44 +0800 Subject: [PATCH] qxtj --- src/views/system/positive/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/system/positive/index.vue b/src/views/system/positive/index.vue index c0f7599..94b1e1e 100644 --- a/src/views/system/positive/index.vue +++ b/src/views/system/positive/index.vue @@ -62,6 +62,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" /> -- Gitblit v1.8.0