所有页面-创建中英双语对照-优化翻译文档结构
This commit is contained in:
@@ -109,12 +109,12 @@
|
||||
apiFn: api.list,
|
||||
columnsFactory: () => [
|
||||
// { type: 'selection' },
|
||||
{ prop: 'group', label: 'table.columns.system.group', minWidth: 140, align: 'center' },
|
||||
{ prop: 'title', label: 'table.columns.system.title', minWidth: 160, align: 'center' },
|
||||
{ prop: 'title_en', label: 'table.columns.system.titleEn', minWidth: 160, align: 'center' },
|
||||
{ prop: 'name', label: 'table.columns.system.configName', align: 'center' },
|
||||
{ prop: 'value', label: 'table.columns.system.value', minWidth: 240, align: 'center' },
|
||||
{ prop: 'value_en', label: 'table.columns.system.valueEn', minWidth: 240, align: 'center' },
|
||||
{ prop: 'group', label: 'page.table.group', minWidth: 140, align: 'center' },
|
||||
{ prop: 'title', label: 'page.table.title', minWidth: 160, align: 'center' },
|
||||
{ prop: 'title_en', label: 'page.table.titleEn', minWidth: 160, align: 'center' },
|
||||
{ prop: 'name', label: 'page.table.configName', align: 'center' },
|
||||
{ prop: 'value', label: 'page.table.value', minWidth: 240, align: 'center' },
|
||||
{ prop: 'value_en', label: 'page.table.valueEn', minWidth: 240, align: 'center' },
|
||||
{
|
||||
prop: 'operation',
|
||||
label: 'table.actions.operation',
|
||||
|
||||
Reference in New Issue
Block a user