调整单据列表的操作按钮的位置,改到最左侧

This commit is contained in:
季圣华
2022-10-05 21:10:58 +08:00
parent 2173def08e
commit 73890021c3
36 changed files with 238 additions and 238 deletions

View File

@@ -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",