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
a9fa72cc
Commit
a9fa72cc
authored
Apr 28, 2022
by
神话
Browse files
给关联单据选择列表中的供应商客户列调整宽度
parent
8dbc7226
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/dialog/LinkBillList.vue
View file @
a9fa72cc
...
...
@@ -67,7 +67,7 @@
return
parseInt
(
index
)
+
1
;
}
},
{
title
:
''
,
dataIndex
:
'
organName
'
,
width
:
120
},
{
title
:
''
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
150
},
{
title
:
'
商品信息
'
,
dataIndex
:
'
materialsList
'
,
width
:
280
,
ellipsis
:
true
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
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