diff --git a/pages/product/addGoods/singleSpecification.vue b/pages/product/addGoods/singleSpecification.vue index b51bbb2..a9c26ce 100644 --- a/pages/product/addGoods/singleSpecification.vue +++ b/pages/product/addGoods/singleSpecification.vue @@ -39,21 +39,21 @@ { id: 1, label: '售价', - type: 'number', + type: 'digit', model: 'price', holder: '请填写售价' }, { id: 2, label: '成本价', - type: 'number', + type: 'digit', holder: '请填写成本价', model: 'cost' }, { id: 3, label: '原价', - type: 'number', + type: 'digit', holder: '请填写原价', model: 'ot_price' }, @@ -76,28 +76,28 @@ { id: 6, label: '重量', - type: 'number', + type: 'digit', holder: '请输入重量', model: 'weight' }, { id: 7, label: '体积', - type: 'number', + type: 'digit', holder: '请输入体积', model: 'volume' }, { id: 8, label: '佣金(一级)', - type: 'number', + type: 'digit', holder: '请输入一级佣金', model: 'extension_one' }, { id: 8, label: '佣金(二级)', - type: 'number', + type: 'digit', holder: '请输入二级佣金', model: 'extension_two' } diff --git a/pages/product/components/selectForm.vue b/pages/product/components/selectForm.vue index 0dacb56..ffd8bae 100644 --- a/pages/product/components/selectForm.vue +++ b/pages/product/components/selectForm.vue @@ -16,6 +16,9 @@ + + +