优化报表的列的位置
This commit is contained in:
@@ -136,6 +136,9 @@
|
||||
return (t !== '合计') ? (parseInt(index) + 1) : t
|
||||
}
|
||||
},
|
||||
{title: '欠款详情', dataIndex: 'action', align:"center", width: 80,
|
||||
scopedSlots: { customRender: 'action' }
|
||||
},
|
||||
{title: '供应商', dataIndex: 'supplier', width: 150, ellipsis:true},
|
||||
{title: '联系人', dataIndex: 'contacts', width: 100, ellipsis:true},
|
||||
{title: '手机号码', dataIndex: 'telephone', width: 100},
|
||||
@@ -144,10 +147,7 @@
|
||||
{title: '期初应付', dataIndex: 'preNeed', width: 80},
|
||||
{title: '本期欠款', dataIndex: 'debtMoney', width: 80},
|
||||
{title: '本期付款', dataIndex: 'backMoney', width: 80},
|
||||
{title: '期末应付', dataIndex: 'allNeed', width: 80},
|
||||
{title: '欠款详情', dataIndex: 'action', align:"center", width: 80,
|
||||
scopedSlots: { customRender: 'action' }
|
||||
}
|
||||
{title: '期末应付', dataIndex: 'allNeed', width: 80}
|
||||
],
|
||||
url: {
|
||||
list: "/depotHead/getStatementAccount",
|
||||
|
||||
Reference in New Issue
Block a user