From a6d6bdb742a49015c9a44fec4182e4611069526a Mon Sep 17 00:00:00 2001 From: Charles7c Date: Fri, 13 Jun 2025 23:03:43 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/code/generator/index.vue | 2 +- src/views/system/dept/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/code/generator/index.vue b/src/views/code/generator/index.vue index 20c1d2f..2684aaa 100644 --- a/src/views/code/generator/index.vue +++ b/src/views/code/generator/index.vue @@ -93,7 +93,7 @@ const columns: TableInstance['columns'] = [ { title: '表名称', dataIndex: 'tableName', minWidth: 225, ellipsis: true, tooltip: true }, { title: '描述', dataIndex: 'comment', ellipsis: true, tooltip: true }, { title: '类名前缀', dataIndex: 'classNamePrefix', ellipsis: true, tooltip: true }, - { title: '作者名称', dataIndex: 'author' }, + { title: '作者名称', dataIndex: 'author', ellipsis: true, tooltip: true }, { title: '所属模块', dataIndex: 'moduleName', ellipsis: true, tooltip: true }, { title: '模块包名', dataIndex: 'packageName', ellipsis: true, tooltip: true }, { title: '配置时间', dataIndex: 'createTime', width: 180 }, diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 3176d5e..4e78d61 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -1,6 +1,6 @@