From 3ecc419f66407462969e1d9b3e5ee0218a59ada1 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 01 三月 2024 11:20: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