diff --git a/apps/web-antd/src/views/workflow/category/data.ts b/apps/web-antd/src/views/workflow/category/data.ts index 5c04afa1..08ed72fe 100644 --- a/apps/web-antd/src/views/workflow/category/data.ts +++ b/apps/web-antd/src/views/workflow/category/data.ts @@ -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',