refactor: 流程分类 align left

This commit is contained in:
dap 2025-04-05 14:37:02 +08:00
parent eae24d8d83
commit e1aa1f7636

View File

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