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/platePlanList/index.vue | 50 +++++++++++++++++++++++++------------------------- 1 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue index af43b52..0f121dd 100644 --- a/src/views/mainPlan/platePlanList/index.vue +++ b/src/views/mainPlan/platePlanList/index.vue @@ -166,112 +166,112 @@ { title: t("plan.table.mainPartCustomer"), field: "customer", - width: 150, + width: "auto", fixed: "left", }, { title: t("plan.table.mainPartNumber"), field: "mainPartNumber", - width: 120, + width: "auto", fixed: "left", }, { title: t("plan.table.businessType"), field: "businessType", - width: 90, + width: "auto", fixed: "left", }, { title: t("plan.table.documentNumber"), field: "documentNumber", - width: 140, + width: "auto", fixed: "left", }, { title: t("plan.table.requirementType"), field: "requirementType", - width: 100, + width: "auto", fixed: "left", }, { title: t("plan.table.documentStatus"), field: "documentStatus", - width: 70, + width: "auto", fixed: "left", }, - { - title: t("plan.table.updateBy"), - field: "updateBy", - width: 100, - }, + // { + // title: t("plan.table.updateBy"), + // field: "updateBy", + // width: "auto", + // }, { title: t("plan.table.workCenter"), field: "workCenter", - width: 200, + width: "auto", }, { title: t("plan.table.department"), field: "department", - width: 200, + width: "auto", }, { title: t("plan.table.opStatus"), field: "opStatus", - width: 200, + width: "auto", }, { title: t("plan.table.nextOpName"), field: "nextOpName", - width: 100, + width: "auto", }, { title: t("plan.table.nextProcessDeparment"), field: "nextProcessDeparment", - width: 200, + width: "auto", }, { title: t("plan.table.itemNumber"), field: "itemNumber", - width: 150, + width: "auto", type: "html", }, { title: t("plan.table.drawingNo"), field: "drawingNo", - width: 150, + width: "auto", // format: 'YYYY-MM-DD' }, { title: t("plan.table.versionNumber"), field: "versionNumber", - width: 100, + width: "auto", type: "html", }, { title: t("plan.table.cheaperCode"), field: "cheaperCode", - width: 100, + width: "auto", }, { title: t("plan.table.productionQuantity"), field: "productionQuantity", - width: 100, + width: "auto", type: "html", }, { title: t("plan.table.workorderCreationTime"), field: "orderCreateTime", - width: 200, + width: "auto", }, { title: t("plan.table.workOrderReviewTime"), field: "approveOn", - width: 200, + width: "auto", }, { title: t("plan.table.workOrderStartTime"), field: "startWorkDate", - width: 200, + width: "auto", }, // { // title: t("plan.table.planworkOrderTime"), @@ -281,7 +281,7 @@ { title: t("plan.table.planEndDay"), field: "planEndDay", - width: 150, + width: "auto", format: "YYYY-MM-DD hh:mm:ss", }, ] -- Gitblit v1.9.3