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
72a26148
Commit
72a26148
authored
May 14, 2022
by
季圣华
Browse files
优化商品模块的列宽
parent
c7679799
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/material/MaterialList.vue
View file @
72a26148
...
...
@@ -232,7 +232,7 @@
{
title
:
'
颜色
'
,
dataIndex
:
'
color
'
},
{
title
:
'
类别
'
,
dataIndex
:
'
categoryName
'
,
width
:
100
,
ellipsis
:
true
},
{
title
:
'
扩展信息
'
,
dataIndex
:
'
materialOther
'
,
width
:
100
,
ellipsis
:
true
},
{
title
:
'
单位
'
,
dataIndex
:
'
unit
'
,
width
:
8
0
,
ellipsis
:
true
,
{
title
:
'
单位
'
,
dataIndex
:
'
unit
'
,
width
:
10
0
,
ellipsis
:
true
,
customRender
:
function
(
t
,
r
,
index
)
{
if
(
r
)
{
let
name
=
t
?
t
:
r
.
unitName
...
...
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