diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/dicomAEList.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/dicomAEList.vue index a6daf168..50073791 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/dicomAEList.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/dicomAEList.vue @@ -109,7 +109,10 @@ export default { this.TrialSiteId = row.TrialSiteId this.config.title = this.$t( 'trials:trials-panel:setting:personnel-manage:dicomAETitle' - ).replace('xxx', `${row.TrialSiteCode}、${row.TrialSiteAliasName}`) + ) + .replace('xxx', `${row.TrialSiteCode}`) + .replace('yyy', `${row.TrialSiteAliasName}`) + this.siteData = row this.config.visible = true this.getList() diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/dicomForm.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/dicomForm.vue index f4237c4e..54abbdc9 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/dicomForm.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/dicomForm.vue @@ -47,26 +47,26 @@ :disabled="loading" @click="config.visible = false" > - {{ $t("common:button:cancel") }} + {{ $t('common:button:cancel') }} - {{ $t("common:button:save") }} + {{ $t('common:button:save') }} \ No newline at end of file