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