调整单据列表的操作按钮的位置,改到最左侧
This commit is contained in:
@@ -103,6 +103,13 @@
|
||||
return parseInt(index)+1;
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
width: 150,
|
||||
align:"center",
|
||||
scopedSlots: { customRender: 'action' },
|
||||
},
|
||||
{title: '编号 ', dataIndex: 'number', width: 80},
|
||||
{title: '名称', dataIndex: 'name', width: 120, ellipsis:true},
|
||||
{title: '上级编号', dataIndex: 'parentNumber', width: 80},
|
||||
@@ -114,14 +121,7 @@
|
||||
title: '是否启用', dataIndex: 'enabled', width: 80, align: "center",
|
||||
scopedSlots: { customRender: 'customRenderFlag' }
|
||||
},
|
||||
{title: '图标', dataIndex: 'icon', width: 120},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
width: 150,
|
||||
align:"center",
|
||||
scopedSlots: { customRender: 'action' },
|
||||
}
|
||||
{title: '图标', dataIndex: 'icon', width: 120}
|
||||
],
|
||||
url: {
|
||||
list: "/function/list",
|
||||
|
||||
Reference in New Issue
Block a user