所有页面-创建中英双语对照-优化翻译文档结构

This commit is contained in:
2026-03-17 11:42:16 +08:00
parent 4a7397ce04
commit c790f74905
110 changed files with 1729 additions and 421 deletions

View File

@@ -195,13 +195,13 @@
},
columnsFactory: () => [
{ type: 'selection', width: 50 },
{ prop: 'table_name', label: 'table.columns.safeguard.tableName', minWidth: 180, align: 'left' },
{ prop: 'table_comment', label: 'table.columns.tool.tableDesc', minWidth: 150, align: 'left' },
{ prop: 'template', label: 'table.columns.tool.template', minWidth: 120 },
{ prop: 'namespace', label: 'table.columns.tool.namespace', minWidth: 120 },
{ prop: 'stub', label: 'table.columns.tool.stub', minWidth: 120 },
{ prop: 'tpl_category', label: 'table.columns.tool.tplCategory', minWidth: 120, useSlot: true },
{ prop: 'update_time', label: 'table.columns.common.updateTime', width: 180, sortable: true },
{ prop: 'table_name', label: 'page.table.tableName', minWidth: 180, align: 'left' },
{ prop: 'table_comment', label: 'page.table.tableDesc', minWidth: 150, align: 'left' },
{ prop: 'template', label: 'page.table.template', minWidth: 120 },
{ prop: 'namespace', label: 'page.table.namespace', minWidth: 120 },
{ prop: 'stub', label: 'page.table.stub', minWidth: 120 },
{ prop: 'tpl_category', label: 'page.table.tplCategory', minWidth: 120, useSlot: true },
{ prop: 'update_time', label: 'page.table.updateTime', width: 180, sortable: true },
{ prop: 'operation', label: 'table.actions.operation', width: 220, fixed: 'right', useSlot: true }
]
}