qinxianzhangyao
2024-02-20 b19a3cd44a42730b0b3ffeb0359ff42c9d07cba5
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" />