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
95dfcbea
Commit
95dfcbea
authored
Aug 22, 2021
by
季圣华
Browse files
商品列表优化
parent
c004f872
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/material/MaterialList.vue
View file @
95dfcbea
...
...
@@ -167,7 +167,7 @@
{
title
:
'
名称
'
,
dataIndex
:
'
name
'
,
width
:
120
},
{
title
:
'
规格
'
,
dataIndex
:
'
standard
'
,
width
:
80
},
{
title
:
'
型号
'
,
dataIndex
:
'
model
'
,
width
:
80
},
{
title
:
'
颜色
'
,
dataIndex
:
'
color
'
,
width
:
5
0
},
{
title
:
'
颜色
'
,
dataIndex
:
'
color
'
,
width
:
6
0
},
{
title
:
'
类别
'
,
dataIndex
:
'
categoryName
'
,
width
:
80
},
{
title
:
'
扩展信息
'
,
dataIndex
:
'
materialOther
'
,
width
:
100
},
{
title
:
'
单位
'
,
dataIndex
:
'
unit
'
,
width
:
100
,
...
...
@@ -179,10 +179,10 @@
{
title
:
'
零售价
'
,
dataIndex
:
'
commodityDecimal
'
,
width
:
70
},
{
title
:
'
销售价
'
,
dataIndex
:
'
wholesaleDecimal
'
,
width
:
70
},
{
title
:
'
最低售价
'
,
dataIndex
:
'
lowDecimal
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
enabled
'
,
width
:
60
,
align
:
"
center
"
,
{
title
:
'
状态
'
,
dataIndex
:
'
enabled
'
,
width
:
55
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderEnabled
'
}
},
{
title
:
'
序列号
'
,
dataIndex
:
'
enableSerialNumber
'
,
width
:
60
,
align
:
"
center
"
,
{
title
:
'
序列号
'
,
dataIndex
:
'
enableSerialNumber
'
,
width
:
55
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderEnableSerialNumber
'
}
},
{
...
...
@@ -190,7 +190,6 @@
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
120
,
fixed
:
'
right
'
,
scopedSlots
:
{
customRender
:
'
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