src/views/mainPlan/sheetMetalOrderManage/index.vue
@@ -271,11 +271,11 @@ const { proxy } = getCurrentInstance(); const delayRiskOptions = ref([ { label: "有风险", label: t("plan.options.hasRisk"), value: "1", }, { label: "无风险", label: t("plan.options.noRisk"), value: "0", }, ]);