修改翻译

This commit is contained in:
zyx.net
2022-08-11 11:00:45 +08:00
parent 0506d67260
commit 328ce7742b
5 changed files with 16 additions and 16 deletions
@@ -41,7 +41,7 @@
},
columns: [
{
title: this.$t('operationNode'),
title: this.$t('OperationNode'),
dataIndex: 'name',
align: 'center',
width:'20%',
@@ -66,7 +66,7 @@
width:'20%',
},
{
title: this.$t('operationTime'),
title: this.$t('OperationTime'),
dataIndex: 'createTime',
align: 'center',
width:'20%',
@@ -32,7 +32,7 @@
loading: false,
columns: [
{
title: this.$t('operationContent'),
title: this.$t('OperationContent'),
dataIndex: 'taskDefinitionKeyName',
align: 'center',
width: '25%'
@@ -50,7 +50,7 @@
width: '25%'
},
{
title: this.$t('operationTime'),
title: this.$t('OperationTime'),
dataIndex: 'createTime',
align: 'center',
width: '25%',
@@ -43,7 +43,7 @@
},
columns: [
{
title: this.$t('operationNode'),
title: this.$t('OperationNode'),
dataIndex: 'name',
align: 'left'
},