| | |
| | | <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" /> |
| | |
| | | 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; |
| | | }); |