src/views/eam/repair/EamReportRepairList.vue
@@ -34,7 +34,7 @@ <a-col :xl="6" :lg="7" :md="8" :sm="24"> <a-form-item label="是否停机"> <a-radio-group v-model="queryParam.breakdownFlag"> <a-radio v-for="item in breakdown_flag_list" :value="item.value">{{ item.label }}</a-radio> <a-radio v-for="item in breakdown_flag_list" :key="item.value" :value="item.value">{{ item.label }}</a-radio> </a-radio-group> </a-form-item> </a-col>