From 196fcb9d5ef6f61bb33f954c1994bbc182eca199 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Wed, 31 May 2023 16:16:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=BE=93=E5=85=A5=E6=A1=86=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/addGoods/singleSpecification.vue | 16 ++++++++-------- pages/product/components/selectForm.vue | 5 ++++- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/pages/product/addGoods/singleSpecification.vue b/pages/product/addGoods/singleSpecification.vue index 3ffe109..b51bbb2 100644 --- a/pages/product/addGoods/singleSpecification.vue +++ b/pages/product/addGoods/singleSpecification.vue @@ -39,28 +39,28 @@ { id: 1, label: '售价', - type: 'input', + type: 'number', model: 'price', holder: '请填写售价' }, { id: 2, label: '成本价', - type: 'input', + type: 'number', holder: '请填写成本价', model: 'cost' }, { id: 3, label: '原价', - type: 'input', + type: 'number', holder: '请填写原价', model: 'ot_price' }, { id: 4, label: '库存', - type: 'input', + type: 'number', holder: '请填写库存', model: 'stock' } @@ -76,28 +76,28 @@ { id: 6, label: '重量', - type: 'input', + type: 'number', holder: '请输入重量', model: 'weight' }, { id: 7, label: '体积', - type: 'input', + type: 'number', holder: '请输入体积', model: 'volume' }, { id: 8, label: '佣金(一级)', - type: 'input', + type: 'number', holder: '请输入一级佣金', model: 'extension_one' }, { id: 8, label: '佣金(二级)', - type: 'input', + type: 'number', holder: '请输入二级佣金', model: 'extension_two' } diff --git a/pages/product/components/selectForm.vue b/pages/product/components/selectForm.vue index 35521bd..0dacb56 100644 --- a/pages/product/components/selectForm.vue +++ b/pages/product/components/selectForm.vue @@ -1,7 +1,7 @@