创建中英双语对照

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

@@ -212,10 +212,10 @@
},
columnsFactory: () => [
{ type: 'selection' },
{ prop: 'create_time', label: '执行时间', sortable: true },
{ prop: 'target', label: '调用目标' },
{ prop: 'parameter', label: '任务参数' },
{ prop: 'status', label: '执行状态', useSlot: true, width: 100 }
{ prop: 'create_time', label: 'table.columns.safeguard.executeTime', sortable: true },
{ prop: 'target', label: 'table.columns.safeguard.target' },
{ prop: 'parameter', label: 'table.columns.safeguard.parameter' },
{ prop: 'status', label: 'table.columns.safeguard.executeStatus', useSlot: true, width: 100 }
]
}
})