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/platePlanList/index.vue | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue index 0f121dd..be15403 100644 --- a/src/views/mainPlan/platePlanList/index.vue +++ b/src/views/mainPlan/platePlanList/index.vue @@ -166,13 +166,13 @@ { title: t("plan.table.mainPartCustomer"), field: "customer", - width: "auto", + width: "200", fixed: "left", }, { title: t("plan.table.mainPartNumber"), field: "mainPartNumber", - width: "auto", + width: "120", fixed: "left", }, { @@ -184,7 +184,7 @@ { title: t("plan.table.documentNumber"), field: "documentNumber", - width: "auto", + width: "180", fixed: "left", }, { @@ -207,7 +207,7 @@ { title: t("plan.table.workCenter"), field: "workCenter", - width: "auto", + width: "180", }, { title: t("plan.table.department"), @@ -232,7 +232,6 @@ { title: t("plan.table.itemNumber"), field: "itemNumber", - width: "auto", type: "html", }, { @@ -261,12 +260,12 @@ { title: t("plan.table.workorderCreationTime"), field: "orderCreateTime", - width: "auto", + width: "160", }, { title: t("plan.table.workOrderReviewTime"), field: "approveOn", - width: "auto", + width: "160", }, { title: t("plan.table.workOrderStartTime"), -- Gitblit v1.9.3