稽查详情弹窗添加操作人与操作时间信息
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-02 11:48:53 +08:00
parent a5f198913d
commit 02ec51673f
1 changed files with 1 additions and 0 deletions

View File

@ -1133,6 +1133,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
})
},