创建中英双语对照
This commit is contained in:
@@ -217,11 +217,11 @@
|
||||
},
|
||||
columnsFactory: () => [
|
||||
{ type: 'selection' },
|
||||
{ prop: 'name', label: '表名称' },
|
||||
{ prop: 'comment', label: '表注释' },
|
||||
{ prop: 'engine', label: '引擎' },
|
||||
{ prop: 'collation', label: '编码' },
|
||||
{ prop: 'create_time', label: '创建时间' }
|
||||
{ prop: 'name', label: 'table.columns.safeguard.tableName' },
|
||||
{ prop: 'comment', label: 'table.columns.safeguard.tableComment' },
|
||||
{ prop: 'engine', label: 'table.columns.safeguard.engine' },
|
||||
{ prop: 'collation', label: 'table.columns.safeguard.collation' },
|
||||
{ prop: 'create_time', label: 'table.columns.common.createTime' }
|
||||
]
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user