src/utils/i18n/locales/plan/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/mainPlan/sheetMetalOrderManage/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/utils/i18n/locales/plan/index.js
@@ -10,6 +10,8 @@ options: { monthlyStatic: "按月统计", dailyStatic: "按日统计", hasRisk:"有风险", noRisk:"无风险" }, message: { update: "数据更新成功", @@ -184,6 +186,8 @@ options: { monthlyStatic: "Monthly statistics", dailyStatic: "Daily statistics", hasRisk:"At Risk", noRisk:"No Risk" }, message: { update: "Data update successful", 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", }, ]);