mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
fix: 改密翻译修改
This commit is contained in:
@@ -22,7 +22,7 @@ export default {
|
||||
tableConfig: {
|
||||
url: `/api/v1/xpack/change-auth-plan/app-plan-execution-subtask/?plan_execution_id=${this.object.id}`,
|
||||
columns: [
|
||||
'app_display', 'system_user_display', 'is_success', 'reason', 'timedelta', 'date_start', 'actions'
|
||||
'app_display', 'system_user_display', 'is_success', 'reason_display', 'timedelta', 'date_start', 'actions'
|
||||
],
|
||||
columnsMeta: {
|
||||
app_display: {
|
||||
@@ -35,6 +35,9 @@ export default {
|
||||
return <router-link to={ to } >{ row.app_display }</router-link>
|
||||
}
|
||||
},
|
||||
reason_display: {
|
||||
label: this.$t('xpack.AccountBackupPlan.Reason')
|
||||
},
|
||||
system_user_display: {
|
||||
label: this.$t('xpack.ChangeAuthPlan.SystemUser')
|
||||
},
|
||||
|
||||
@@ -22,7 +22,7 @@ export default {
|
||||
tableConfig: {
|
||||
url: `/api/v1/xpack/change-auth-plan/plan-execution-subtask/?plan_execution_id=${this.object.id}`,
|
||||
columns: [
|
||||
'username', 'asset', 'is_success', 'reason', 'timedelta', 'date_start', 'actions'
|
||||
'username', 'asset', 'is_success', 'timedelta', 'date_start', 'reason_display', 'actions'
|
||||
],
|
||||
columnsMeta: {
|
||||
asset: {
|
||||
@@ -42,6 +42,9 @@ export default {
|
||||
return row.timedelta.toFixed(2) + 's'
|
||||
}
|
||||
},
|
||||
reason_display: {
|
||||
label: this.$t('xpack.AccountBackupPlan.Reason')
|
||||
},
|
||||
actions: {
|
||||
formatterArgs: {
|
||||
hasDelete: false,
|
||||
|
||||
Reference in New Issue
Block a user