单据列表展示优化

This commit is contained in:
季圣华
2021-09-16 23:58:18 +08:00
parent 01a7e6de9c
commit 5c6327313b
15 changed files with 15 additions and 15 deletions

View File

@@ -154,7 +154,7 @@
},
// 表头
columns: [
{ title: '付款会员', dataIndex: 'organName',width:140},
{ title: '付款会员', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160},
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},