From e1aa1f7636693bac373c705a50db19530919580f Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Sat, 5 Apr 2025 14:37:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B5=81=E7=A8=8B=E5=88=86?= =?UTF-8?q?=E7=B1=BB=20align=20left?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/workflow/category/data.ts | 5 +++++ 1 file changed, 5 insertions(+) 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',