Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
f35cbe57
Commit
f35cbe57
authored
Sep 22, 2022
by
季圣华
Browse files
调整商品编辑页面多属性列的宽度
parent
5b44b942
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/material/modules/MaterialModal.vue
View file @
f35cbe57
...
...
@@ -332,7 +332,7 @@
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
多属性
'
,
key
:
'
sku
'
,
width
:
'
1
0%
'
,
type
:
FormTypes
.
input
,
defaultValue
:
''
,
readonly
:
true
,
placeholder
:
'
点击生成条码赋值
'
title
:
'
多属性
'
,
key
:
'
sku
'
,
width
:
'
2
0%
'
,
type
:
FormTypes
.
input
,
defaultValue
:
''
,
readonly
:
true
,
placeholder
:
'
点击生成条码赋值
'
},
{
title
:
'
采购价
'
,
key
:
'
purchaseDecimal
'
,
width
:
'
9%
'
,
type
:
FormTypes
.
input
,
defaultValue
:
''
,
placeholder
:
'
请输入${title}
'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment