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/platePlan/index.vue | 31 ++++++++++++++++++------------- 1 files changed, 18 insertions(+), 13 deletions(-) diff --git a/src/views/mainPlan/platePlan/index.vue b/src/views/mainPlan/platePlan/index.vue index af2c5f3..04ed943 100644 --- a/src/views/mainPlan/platePlan/index.vue +++ b/src/views/mainPlan/platePlan/index.vue @@ -567,7 +567,7 @@ { title: t("plan.table.mainPartNumber"), field: "mainPartNumber", - width: 150, + width: 160 }, // { // title: '涓讳欢鍥惧彿', @@ -577,37 +577,37 @@ { title: t('plan.table.customer'), field: 'customer', - width: 200, + width: 160 }, { title: t("plan.table.businessType"), field: "businessType", - width: 100, + width: "auto", }, { title: t("plan.table.documentNumber"), field: "documentNumber", - width: 140, + width: "auto", }, { title: t("plan.table.requirementType"), field: "requirementType", - width: 100, + width: "auto", }, { title: t("plan.table.documentStatus"), field: "documentStatus", - width: 100, + width: "auto", }, { title: t("plan.table.itemNumber"), field: "itemNumber", - width: 100, + width: "auto", }, { title: t("plan.table.drawingNo"), field: "drawingNo", - width: 100, + width: 200, }, // { // title: '鐗堟湰鍙�', @@ -617,7 +617,7 @@ { title: t("plan.table.productionQuantity"), field: "productionQuantity", - width: 100, + width: "auto", }, // { // title: '鑹搧鏁伴噺', @@ -627,12 +627,12 @@ { title: t("plan.table.processNumber"), field: "processNumber", - width: 100, + width: "auto", }, { title: t("plan.table.factoryCenter"), field: "workCenter", - width: 180, + width: "auto", }, // { // title: '鎵�灞為儴闂�', @@ -647,7 +647,7 @@ { title: t("plan.table.planEndDayDate"), field: "planEndDay", - width: 100, + width: 160, }, // { // title: '澶囨枡鏂欏彿', @@ -682,7 +682,7 @@ { title: t('plan.table.account'), field: 'account', - width: 100, + width: "auto", // formatter: ({ cellValue, row, column }) => { // if (cellValue) { // console.log(cellValue,aps_account.value,"llll") @@ -1056,3 +1056,8 @@ font-weight: bold; } </style> +<style> +.vxe-cell{ + padding:0 20px; +} +</style> -- Gitblit v1.9.3