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
052d5a57
Commit
052d5a57
authored
Sep 26, 2022
by
季圣华
Browse files
调整商品列表字段的顺序
parent
d1f26c20
Changes
1
Show whitespace changes
Inline
Side-by-side
jshERP-web/src/views/material/MaterialList.vue
View file @
052d5a57
...
...
@@ -244,15 +244,15 @@
{
title
:
'
销售价
'
,
dataIndex
:
'
wholesaleDecimal
'
,
width
:
80
},
{
title
:
'
最低售价
'
,
dataIndex
:
'
lowDecimal
'
,
width
:
80
},
{
title
:
'
备注
'
,
dataIndex
:
'
remark
'
},
{
title
:
'
状态
'
,
dataIndex
:
'
enabled
'
,
align
:
"
center
"
,
width
:
60
,
scopedSlots
:
{
customRender
:
'
customRenderEnabled
'
}
},
{
title
:
'
序列号
'
,
dataIndex
:
'
enableSerialNumber
'
,
align
:
"
center
"
,
width
:
60
,
scopedSlots
:
{
customRender
:
'
customRenderEnableSerialNumber
'
}
},
{
title
:
'
批号
'
,
dataIndex
:
'
enableBatchNumber
'
,
align
:
"
center
"
,
width
:
60
,
scopedSlots
:
{
customRender
:
'
customRenderEnableBatchNumber
'
}
},
{
title
:
'
状态
'
,
dataIndex
:
'
enabled
'
,
align
:
"
center
"
,
width
:
60
,
scopedSlots
:
{
customRender
:
'
customRenderEnabled
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
...
...
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