From 03e16818445bc1926019a053dd47e1376b9388f3 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期四, 04 一月 2024 18:01:03 +0800 Subject: [PATCH] su --- src/views/system/bill/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/system/bill/index.vue b/src/views/system/bill/index.vue index 1032a8c..ad44a7e 100644 --- a/src/views/system/bill/index.vue +++ b/src/views/system/bill/index.vue @@ -170,6 +170,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 -- Gitblit v1.8.0