调整单据列表的操作按钮的位置,改到最左侧
This commit is contained in:
@@ -121,6 +121,13 @@
|
||||
return parseInt(index)+1;
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
align:"center",
|
||||
width: 150,
|
||||
scopedSlots: { customRender: 'action' },
|
||||
},
|
||||
{
|
||||
title: '角色名称', align:"left", dataIndex: 'name', width: 120
|
||||
},
|
||||
@@ -133,13 +140,6 @@
|
||||
{ title: '排序', align:"left", dataIndex: 'sort', width: 50},
|
||||
{ title: '状态',dataIndex: 'enabled',width:60,align:"center",
|
||||
scopedSlots: { customRender: 'customRenderFlag' }
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
align:"center",
|
||||
width: 150,
|
||||
scopedSlots: { customRender: 'action' },
|
||||
}
|
||||
],
|
||||
url: {
|
||||
|
||||
Reference in New Issue
Block a user