From db6e95062dfb57bcd1fb1cacdbb3cb4372c576b0 Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期三, 14 五月 2025 17:34:00 +0800 Subject: [PATCH] 钣金页面表格样式; --- src/views/mainPlan/sheetMetalSupplyGap/index.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/mainPlan/sheetMetalSupplyGap/index.vue b/src/views/mainPlan/sheetMetalSupplyGap/index.vue index b5603a6..81960a4 100644 --- a/src/views/mainPlan/sheetMetalSupplyGap/index.vue +++ b/src/views/mainPlan/sheetMetalSupplyGap/index.vue @@ -127,19 +127,19 @@ { title: t("plan.table.requireID"), field: "id", - width: 150, + width: "180", align: "center", }, { title: t("plan.table.requireTraceID"), field: "requireTrackId", - width: 200, + width: "180", align: "center", }, { title: t("plan.table.itemNumber"), field: "bomLineCode", - width: 200, + width: "auto", align: "center", }, // { @@ -163,31 +163,31 @@ { title: t("plan.table.unmatchedDemandQuantity"), field: "unmatchedDemandAmount", - width: 200, + width: "auto", align: "center", }, { title: t("plan.table.planStartDay"), field: "startDate", - width: 200, + width: 162, align: "center", }, { title: t("plan.table.planEndDayDate"), field: "completeDate", - width: 200, + width: 162, align: "center", }, { title: t("plan.table.requirementDate"), field: "demandDate", - width: 200, + width: 162, align: "center", }, { title: t("plan.table.applicableFactories"), field: "orgCode", - width: 200, + width: "auto", align: "center", formatter: ({ cellValue, row, column }) => { if (cellValue) { @@ -202,7 +202,7 @@ { title: t("plan.table.productionBase"), field: "productionBase", - width: 200, + width: "auto", align: "center", }, ]; -- Gitblit v1.9.3