From b992f284e1b651222cf1cd0be80501ce7d782585 Mon Sep 17 00:00:00 2001 From: leo <10200039@qq.com> Date: Mon, 24 Apr 2023 00:02:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E6=96=B9=E6=B8=85?= =?UTF-8?q?=E5=8D=95=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Order/formula.vue | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/src/views/Order/formula.vue b/src/views/Order/formula.vue index 0be7a18..58994e3 100644 --- a/src/views/Order/formula.vue +++ b/src/views/Order/formula.vue @@ -100,20 +100,26 @@ export default { setup() { - let dataColumn = [{ + let dataColumn = [ + { title: "PLM内码", - key: "FPlmCode" - }, { + key: "FPlmCode", + width: "200px" + }, + { title: "版本号", key: "FVersionCode", + width: "60px" }, { title: "试验号", - key: "FTestCode" + key: "FTestCode", + width: "160px" }, { title: "配方描述", - key: "FName" + key: "FName", + width: "220px" }, { title: "配方类型", @@ -122,13 +128,29 @@ }, { title: "生产号", - key: "FProductCode" + key: "FProductCode", + width: "110px" }, { title: "工厂代码", key: "FFactoryCode", width: "110px" }, + { + title: "转规格人员", + key: "", + width: "110px" + }, + { + title: "开发日期", + key: "", + width: "110px" + }, + { + title: "BOM版本号", + key: "", + width: "110px" + }, { title: "创建时间", key: "FAddDate",