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/sheetMetalRedundantReport/index.vue | 17 +++++++---------- 1 files changed, 7 insertions(+), 10 deletions(-) diff --git a/src/views/mainPlan/sheetMetalRedundantReport/index.vue b/src/views/mainPlan/sheetMetalRedundantReport/index.vue index d667dca..b5c295a 100644 --- a/src/views/mainPlan/sheetMetalRedundantReport/index.vue +++ b/src/views/mainPlan/sheetMetalRedundantReport/index.vue @@ -78,7 +78,6 @@ @changePageNo="changePageNo" @changePageSize="changePageSize" @on-checkbox="handleCheckboxChange" - class="auto-height-grid" > </HxlhTable> </div> @@ -121,31 +120,29 @@ { title: t("plan.table.workOrderNo"), field: "documentNumber", - width: 150, align: "center", }, { title: t("plan.table.itemNumber"), field: "itemNumber", - width: 200, align: "center", }, { title: t("plan.table.productionQuantity"), field: "productionQuantity", - width: 200, + width: "80", align: "center", }, { title: t("plan.table.mismatchedProductionQuantity"), field: "unmatchedQuantity", - width: 200, + width: "auto", align: "center", }, { title: t("plan.table.applicableFactories"), field: "plant", - width: 200, + width: "100", align: "center", formatter: ({ cellValue, row, column }) => { if (cellValue) { @@ -160,25 +157,25 @@ { title: t("plan.table.productionBase"), field: "productionBase", - width: 200, + width: "100", align: "center", }, { title: t("plan.table.planStartDay"), field: "planStartDay", - width: 200, + width: "120", align: "center", }, { title: t("plan.table.planEndDayDate"), field: "planEndDay", - width: 200, + width: "120", align: "center", }, { title: t("plan.table.workorderCreationTime"), field: "orderCreateTime", - width: 200, + width: "150", align: "center", }, ]; -- Gitblit v1.9.3