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/sheetMetalOrderManage/index.vue | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/mainPlan/sheetMetalOrderManage/index.vue b/src/views/mainPlan/sheetMetalOrderManage/index.vue index 14adf53..3a5b4b2 100644 --- a/src/views/mainPlan/sheetMetalOrderManage/index.vue +++ b/src/views/mainPlan/sheetMetalOrderManage/index.vue @@ -388,25 +388,25 @@ { title: t("basic.table.requirementTraceabilityID"), field: "requireTrackId", - width: 200, + width: "auto", align: "center", }, { title: t("plan.table.workOrderNo"), field: "workOrderNo", - width: 200, + width: "auto", align: "center", }, { title: t("basic.table.matchQuantity"), field: "deductionAmount", - width: 200, + width: "auto", align: "center", }, { title: t("basic.table.workOrderType"), field: "workOrderType", - width: 200, + width: "auto", align: "center", formatter: ({ cellValue, row, column }) => { if (cellValue) { @@ -421,31 +421,31 @@ { title: t("plan.table.itemNumber"), field: "mainPartNumber", - width: 200, + width: "auto", align: "center", }, { title: t("plan.table.mainPartDrawingNumber"), field: "mainPartDrawingNumber", - width: 200, + width: "auto", align: "center", }, { title: t("basic.table.mainCustomer"), field: "customer", - width: 200, + width: "auto", align: "center", }, { title: t("plan.table.productionQuantity"), field: "productionQuantity", - width: 100, + width: "auto", align: "center", }, { title: t("basic.table.applicableFactories"), field: "applicableFactories", - width: 200, + width: 100, align: "center", formatter: ({ cellValue, row, column }) => { if (cellValue) { @@ -460,31 +460,31 @@ { title: t("plan.table.productionBase"), field: "productionBase", - width: 100, + width: "auto", align: "center", }, { title: t("plan.table.planStartDay"), field: "planStartDay", - width: 200, + width: "auto", align: "center", }, { title: t("plan.table.planEndDayDate"), field: "planEndDay", - width: 200, + width: "auto", align: "center", }, { title: t("plan.table.workorderCreationTime"), field: "orderCreateTime", - width: 200, + width: "auto", align: "center", }, { title: t("plan.table.mismatchedProductionQuantity"), field: "unmatchedQuantity", - width: 100, + width: "auto", align: "center", }, { -- Gitblit v1.9.3