su
su1124
2024-01-05 cc2b138c0bd76ca2d7424cac350672f89b1c55f7
src/views/reservation/reservations/index.vue
@@ -49,6 +49,7 @@
        <template slot-scope="scope">
          <span v-if="scope.row.sex == '0'">男</span>
          <span v-if="scope.row.sex == '1'">女</span>
          <span v-if="scope.row.sex == '2'">未知</span>
        </template>
      </el-table-column>
      <el-table-column label="年龄" align="center" prop="age" width="60px" :show-overflow-tooltip="true" />