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
0bd01113
Commit
0bd01113
authored
Aug 14, 2022
by
季圣华
Browse files
优化欠款单据的列的宽度
parent
c0855b29
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/financial/dialog/DebtBillList.vue
View file @
0bd01113
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
return
parseInt
(
index
)
+
1
;
return
parseInt
(
index
)
+
1
;
}
}
},
},
{
title
:
''
,
dataIndex
:
'
organName
'
,
width
:
120
},
{
title
:
''
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
120
,
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
120
,
scopedSlots
:
{
customRender
:
'
numberCustomRender
'
},
scopedSlots
:
{
customRender
:
'
numberCustomRender
'
},
...
...
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