From 4f38240e2fd66324ebf9d7dc69b00a363d4c8c4a Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期三, 14 五月 2025 16:20:03 +0800 Subject: [PATCH] 提交调整列宽,日历对接等 --- src/views/mainPlan/sheetMetalSupplyGap/index.vue | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/views/mainPlan/sheetMetalSupplyGap/index.vue b/src/views/mainPlan/sheetMetalSupplyGap/index.vue index 5df714f..b5603a6 100644 --- a/src/views/mainPlan/sheetMetalSupplyGap/index.vue +++ b/src/views/mainPlan/sheetMetalSupplyGap/index.vue @@ -142,24 +142,24 @@ width: 200, align: "center", }, - { - title: t("plan.table.bomLowCode"), - field: "bomLineLevel", - width: 200, - align: "center", - }, - { - title: t("plan.table.matchState"), - field: "matchState", - width: 200, - align: "center", - }, - { - title: t("plan.table.matchPattern"), - field: "matchMode", - width: 200, - align: "center", - }, + // { + // title: t("plan.table.bomLowCode"), + // field: "bomLineLevel", + // width: 200, + // align: "center", + // }, + // { + // title: t("plan.table.matchState"), + // field: "matchState", + // width: 200, + // align: "center", + // }, + // { + // title: t("plan.table.matchPattern"), + // field: "matchMode", + // width: 200, + // align: "center", + // }, { title: t("plan.table.unmatchedDemandQuantity"), field: "unmatchedDemandAmount", -- Gitblit v1.9.3