src/views/ecg/appointment/AppointmentForm.vue @@ -26,7 +26,7 @@ <el-radio v-for="dict in getIntDictOptions(DICT_TYPE.SYSTEM_USER_SEX)" :key="dict.value" :label="dict.value" :value="dict.value" > {{ dict.label }} </el-radio>