src/views/hosp/extension/index.vue
@@ -42,6 +42,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" />