qinxianzhangyao
2024-04-26 1e4a70437b5e2f7bd027ebc4081c22b315da3025
src/views/system/register/index.vue
@@ -90,6 +90,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" height="10px" :show-overflow-tooltip="true" width="55px"/>