所有页面-创建中英双语对照-优化翻译文档结构
This commit is contained in:
@@ -125,15 +125,15 @@
|
||||
},
|
||||
columnsFactory: () => [
|
||||
{ type: 'selection' },
|
||||
{ prop: 'name', label: 'table.columns.safeguard.tableName', minWidth: 200 },
|
||||
{ prop: 'comment', label: 'table.columns.safeguard.tableComment', minWidth: 150, showOverflowTooltip: true },
|
||||
{ prop: 'engine', label: 'table.columns.safeguard.tableEngine', width: 120 },
|
||||
{ prop: 'update_time', label: 'table.columns.common.updateTime', width: 180, sortable: true },
|
||||
{ prop: 'rows', label: 'table.columns.safeguard.totalRows', width: 120 },
|
||||
{ prop: 'data_free', label: 'table.columns.safeguard.fragmentSize', width: 120 },
|
||||
{ prop: 'data_length', label: 'table.columns.safeguard.dataSize', width: 120 },
|
||||
{ prop: 'collation', label: 'table.columns.safeguard.collation', width: 180 },
|
||||
{ prop: 'create_time', label: 'table.columns.common.createTime', width: 180, sortable: true },
|
||||
{ prop: 'name', label: 'page.table.tableName', minWidth: 200 },
|
||||
{ prop: 'comment', label: 'page.table.tableComment', minWidth: 150, showOverflowTooltip: true },
|
||||
{ prop: 'engine', label: 'page.table.tableEngine', width: 120 },
|
||||
{ prop: 'update_time', label: 'page.table.updateTime', width: 180, sortable: true },
|
||||
{ prop: 'rows', label: 'page.table.totalRows', width: 120 },
|
||||
{ prop: 'data_free', label: 'page.table.fragmentSize', width: 120 },
|
||||
{ prop: 'data_length', label: 'page.table.dataSize', width: 120 },
|
||||
{ prop: 'collation', label: 'page.table.collation', width: 180 },
|
||||
{ prop: 'create_time', label: 'page.table.createTime', width: 180, sortable: true },
|
||||
{ prop: 'operation', label: 'table.actions.operation', width: 100, fixed: 'right', useSlot: true }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user