通用培训记录的相关文件添加/编辑弹框需要增加标题
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-05-15 09:46:25 +08:00
parent 26c58f14fa
commit 78fbae1c1f
1 changed files with 4 additions and 0 deletions

View File

@ -147,6 +147,10 @@ export default {
}
},
edit(row) {
this.title = this.$t('dictionary:signature:attachmentForm:title:update')
if (!row.Id) {
this.title = this.$t('dictionary:signature:attachmentForm:title:add')
}
this.rowData = Object.assign({}, row)
this.visible = true
},