调整单据列表的操作按钮的位置,改到最左侧
This commit is contained in:
@@ -172,6 +172,13 @@
|
||||
},
|
||||
// 表头
|
||||
columns: [
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
width:200,
|
||||
align:"center",
|
||||
scopedSlots: { customRender: 'action' },
|
||||
},
|
||||
{ title: '付款会员', dataIndex: 'organName',width:140, ellipsis:true},
|
||||
{ title: '财务人员', dataIndex: 'handsPersonName',width:140},
|
||||
{ title: '单据编号', dataIndex: 'billNo',width:160},
|
||||
@@ -182,13 +189,6 @@
|
||||
{ title: '备注', dataIndex: 'remark',width:200},
|
||||
{ title: '状态', dataIndex: 'status', width: 80, align: "center",
|
||||
scopedSlots: { customRender: 'customRenderStatus' }
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
width:200,
|
||||
align:"center",
|
||||
scopedSlots: { customRender: 'action' },
|
||||
}
|
||||
],
|
||||
url: {
|
||||
|
||||
Reference in New Issue
Block a user