From e356bd1fb0d2dc5b3cbc049e42bb6c47e04dd097 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Thu, 17 Aug 2023 21:25:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=89=A9=E6=96=99=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=AD=97=E6=AE=B5=E8=BF=87=E9=95=BF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/basic/basicMaterial.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/option/basic/basicMaterial.js b/src/option/basic/basicMaterial.js index a50bc72f..33f28a1a 100644 --- a/src/option/basic/basicMaterial.js +++ b/src/option/basic/basicMaterial.js @@ -144,11 +144,15 @@ export default { prop: "productCode", type: "input", search: true, + width: 100, + overHidden: true, }, { label: "物品sku", prop: "sku", type: "input", + width: 100, + overHidden: true, }, { label: "计量单位", @@ -173,6 +177,7 @@ export default { prop: "name", type: "input", search: true, + width: 200, overHidden: true, }, // { @@ -219,21 +224,29 @@ export default { label: "长", prop: "extent", type: "input", + width: 100, + overHidden: true, }, { label: "宽", prop: "breadth", type: "input", + width: 100, + overHidden: true, }, { label: "高度", prop: "altitude", type: "input", + width: 100, + overHidden: true, }, { label: "体积", prop: "volume", type: "input", + width: 100, + overHidden: true, }, { label: "重量",