qinxianzhangyao
2024-02-28 a8e651bbd85d5f66394154b14cef4d2b9772c636
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" />