优化单据中操作员的展示排版
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
{ title: '财务人员', dataIndex: 'handsPersonName',width:140},
|
||||
{ title: '单据编号', dataIndex: 'billNo',width:160},
|
||||
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
|
||||
{ title: '操作员', dataIndex: 'userName',width:80},
|
||||
{ title: '操作员', dataIndex: 'userName',width:80, ellipsis:true},
|
||||
{ title: '合计付款', dataIndex: 'totalPrice',width:80},
|
||||
{ title: '优惠金额', dataIndex: 'discountMoney',width:80},
|
||||
{ title: '实际付款', dataIndex: 'changeAmount',width:80},
|
||||
|
||||
Reference in New Issue
Block a user