创建中英双语对照

This commit is contained in:
2026-03-17 10:49:13 +08:00
parent 861d5c49b3
commit 4a7397ce04
51 changed files with 906 additions and 443 deletions

View File

@@ -160,12 +160,12 @@
},
columnsFactory: () => [
{ type: 'selection' },
{ prop: 'key', label: '配置标识' },
{ prop: 'name', label: '配置标题' },
{ prop: 'input_type', label: '组件类型', width: 100 },
{ prop: 'sort', label: '排序', width: 100, sortable: true },
{ prop: 'remark', label: '备注' },
{ prop: 'operation', label: '操作', useSlot: true, width: 100 }
{ prop: 'key', label: 'table.columns.system.configKey' },
{ prop: 'name', label: 'table.columns.system.configTitle' },
{ prop: 'input_type', label: 'table.columns.system.inputType', width: 100 },
{ prop: 'sort', label: 'table.columns.common.sort', width: 100, sortable: true },
{ prop: 'remark', label: 'table.columns.common.remark' },
{ prop: 'operation', label: 'table.actions.operation', useSlot: true, width: 100 }
]
}
})