调整单据列表的操作按钮的位置,改到最左侧
This commit is contained in:
@@ -129,6 +129,13 @@
|
||||
return parseInt(index)+1;
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
width: 100,
|
||||
align:"center",
|
||||
scopedSlots: { customRender: 'action' },
|
||||
},
|
||||
{ title: '名称',dataIndex: 'supplier',width:150,align:"left"},
|
||||
{ title: '联系人', dataIndex: 'contacts',width:70,align:"left"},
|
||||
{ title: '手机号码', dataIndex: 'telephone',width:100,align:"left"},
|
||||
@@ -140,13 +147,6 @@
|
||||
{ title: '排序', dataIndex: 'sort', width: 60,align:"left"},
|
||||
{ title: '状态',dataIndex: 'enabled',width:60, align:"center",
|
||||
scopedSlots: { customRender: 'customRenderFlag' }
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
width: 100,
|
||||
align:"center",
|
||||
scopedSlots: { customRender: 'action' },
|
||||
}
|
||||
],
|
||||
url: {
|
||||
|
||||
Reference in New Issue
Block a user