From 57a8bb4e24f02ed743f23cbe862bac2f9b787fa0 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Wed, 25 Dec 2024 16:53:13 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=B7=BB=E5=8A=A0AE=E6=A0=87?=
=?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/dicomAEList.vue | 5 +-
.../personnel-manage/components/dicomForm.vue | 129 +++++++++---------
2 files changed, 68 insertions(+), 66 deletions(-)
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