"vscode:/vscode.git/clone" did not exist on "f500c8b915b1a88f030f43dcf27c1da8f0010a45"
Commit f35cbe57 authored by 季圣华's avatar 季圣华
Browse files

调整商品编辑页面多属性列的宽度

parent 5b44b942
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
validateRules: [{ required: true, message: '${title}不能为空' }] validateRules: [{ required: true, message: '${title}不能为空' }]
}, },
{ {
title: '多属性', key: 'sku', width: '10%', type: FormTypes.input, defaultValue: '', readonly:true, placeholder: '点击生成条码赋值' title: '多属性', key: 'sku', width: '20%', type: FormTypes.input, defaultValue: '', readonly:true, placeholder: '点击生成条码赋值'
}, },
{ {
title: '采购价', key: 'purchaseDecimal', width: '9%', type: FormTypes.input, defaultValue: '', placeholder: '请输入${title}' title: '采购价', key: 'purchaseDecimal', width: '9%', type: FormTypes.input, defaultValue: '', placeholder: '请输入${title}'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment