mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
perf: Update i18n
This commit is contained in:
@@ -34,8 +34,7 @@ export default {
|
||||
],
|
||||
columnsMeta: {
|
||||
is_finished: {
|
||||
label: this.$t('Finished'),
|
||||
width: '96px',
|
||||
label: this.$t('IsFinished'),
|
||||
formatter: (row) => {
|
||||
if (row.is_finished) {
|
||||
return <i Class='fa fa-check text-primary'/>
|
||||
@@ -48,7 +47,6 @@ export default {
|
||||
},
|
||||
is_success: {
|
||||
label: this.$t('IsSuccess'),
|
||||
width: '96px',
|
||||
formatter: (row) => {
|
||||
if (!row.is_finished) {
|
||||
return <i Class='fa fa fa-spinner fa-spin'/>
|
||||
|
||||
@@ -32,8 +32,7 @@ export default {
|
||||
},
|
||||
columnsMeta: {
|
||||
is_finished: {
|
||||
label: this.$t('Finished'),
|
||||
width: '96px',
|
||||
label: this.$t('IsFinished'),
|
||||
formatter: (row) => {
|
||||
if (row.is_finished) {
|
||||
return <i Class='fa fa-check text-primary'/>
|
||||
@@ -46,7 +45,6 @@ export default {
|
||||
},
|
||||
is_success: {
|
||||
label: this.$t('IsSuccess'),
|
||||
width: '96px',
|
||||
formatter: (row) => {
|
||||
if (!row.is_finished) {
|
||||
return <i Class='fa fa fa-spinner fa-spin'/>
|
||||
|
||||
Reference in New Issue
Block a user