chengxiangling
2025-05-12 e1272fc62b4a8fc075ffb7af3d4ee3d11ab495d3
src/views/mainPlan/sheetMetalOrderManage/index.vue
@@ -253,7 +253,7 @@
  </div>
</template>
<script setup name="Calendar">
<script setup name="SheetMetalOrderManage">
import HxlhTable from "@/components/HxlhTable";
import { parseTime } from "@/utils/ruoyi.js";
import useBasicStore from "@/store/modules/request/basic/page";
@@ -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",
  },
]);