稽查轨迹的详情页,在操作名称后增加操作人、操作时间
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-03 15:51:23 +08:00
parent e1fa3a673c
commit 23c2ad92dc
1 changed files with 1 additions and 0 deletions

View File

@ -1115,6 +1115,7 @@ export default {
})
}
this.model_cfg.title = this.$i18n.locale === 'en' ? row.Description : row.DescriptionCN
this.model_cfg.title += ` ( ${row.CreateUserRealName} ${row.CreateTime} )`
this.model_cfg.visible = true
})
},