From cc2b138c0bd76ca2d7424cac350672f89b1c55f7 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期五, 05 一月 2024 18:02:04 +0800
Subject: [PATCH] su

---
 src/views/system/Checkout/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/system/Checkout/index.vue b/src/views/system/Checkout/index.vue
index 2807dab..62ba6da 100644
--- a/src/views/system/Checkout/index.vue
+++ b/src/views/system/Checkout/index.vue
@@ -46,6 +46,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" width="55px" :show-overflow-tooltip="true" />
@@ -595,8 +596,10 @@
         this.formIn = item
         if (this.formIn.tjCustomerSex === 0) {
           this.formIn.tjCustomerSex = "鐢�"
-        } else {
+        } else if(this.formIn.tjCustomerSex === 1) {
           this.formIn.tjCustomerSex = "濂�"
+        }else if(this.formIn.tjCustomerSex === 2){
+          this.formIn.tjCustomerSex = "鏈煡"
         }
         this.tjNumber = item.tjNumber;
       });

--
Gitblit v1.8.0