style: 多语言翻译

This commit is contained in:
TsMask
2024-04-19 17:22:37 +08:00
parent b797055df9
commit becba4919e
3 changed files with 16 additions and 15 deletions

View File

@@ -119,6 +119,7 @@ let tableColumns: ColumnsType = [
title: t('common.rowId'),
dataIndex: 'jobLogId',
align: 'center',
width: 100,
},
{
title: t('views.monitor.jobLog.jobName'),
@@ -161,7 +162,7 @@ let tableColumns: ColumnsType = [
dataIndex: 'costTime',
key: 'costTime',
align: 'right',
width: 100,
width: 150,
customRender(opt) {
return `${opt.value} ms`;
},