qinxianzhangyao
2024-03-08 1fc3fe586a17f5ddf6717f58d1fb1e5a0a9c48f7
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" />