refactor: 流程分类 align left
This commit is contained in:
parent
eae24d8d83
commit
e1aa1f7636
@ -19,11 +19,16 @@ export const columns: VxeGridProps['columns'] = [
|
|||||||
field: 'categoryName',
|
field: 'categoryName',
|
||||||
title: '分类名称',
|
title: '分类名称',
|
||||||
treeNode: true,
|
treeNode: true,
|
||||||
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'orderNum',
|
field: 'orderNum',
|
||||||
title: '排序',
|
title: '排序',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: 'createTime',
|
||||||
|
title: '创建时间',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
field: 'action',
|
field: 'action',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
|
Loading…
Reference in New Issue
Block a user