稽查轨迹的详情页,在操作名称后增加操作人、操作时间
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e1fa3a673c
commit
23c2ad92dc
|
@ -1115,6 +1115,7 @@ export default {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
this.model_cfg.title = this.$i18n.locale === 'en' ? row.Description : row.DescriptionCN
|
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
|
this.model_cfg.visible = true
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue