mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 申请资产详情添加 action 字段
This commit is contained in:
@@ -859,6 +859,7 @@
|
||||
"setting": "设置"
|
||||
},
|
||||
"tickets": {
|
||||
"PermissionName": "授权规则名称",
|
||||
"Accept": "同意",
|
||||
"AssignedMe": "待我审批",
|
||||
"Assignee": "处理人",
|
||||
|
||||
@@ -855,6 +855,7 @@
|
||||
},
|
||||
|
||||
"tickets": {
|
||||
"PermissionName": "Permission name",
|
||||
"Accept": "Accept",
|
||||
"AssignedMe": "Assigned me",
|
||||
"Assignee": "Assignee",
|
||||
|
||||
@@ -154,6 +154,10 @@ export default {
|
||||
key: this.$t('tickets.SystemUser'),
|
||||
value: this.object.meta.apply_system_user_group.toString()
|
||||
},
|
||||
{
|
||||
key: this.$t('assets.Action'),
|
||||
value: this.object.meta.apply_actions_display.toString()
|
||||
},
|
||||
{
|
||||
key: this.$t('common.dateStart'),
|
||||
value: toSafeLocalDateStr(this.object.meta.apply_date_start)
|
||||
@@ -166,13 +170,21 @@ export default {
|
||||
},
|
||||
assignedCardItems() {
|
||||
return [
|
||||
{
|
||||
key: this.$t('tickets.PermissionName'),
|
||||
value: this.object.meta.approve_permission_name
|
||||
},
|
||||
{
|
||||
key: this.$t('assets.Asset'),
|
||||
value: this.object.meta.approve_assets_display
|
||||
value: this.object.meta.approve_assets_display.toString()
|
||||
},
|
||||
{
|
||||
key: this.$t('tickets.SystemUser'),
|
||||
value: this.object.meta.approve_system_users_display
|
||||
value: this.object.meta.approve_system_users_display.toString()
|
||||
},
|
||||
{
|
||||
key: this.$t('assets.Action'),
|
||||
value: this.object.meta.approve_actions_display.toString()
|
||||
},
|
||||
{
|
||||
key: this.$t('common.dateStart'),
|
||||
|
||||
Reference in New Issue
Block a user