From 45ec78e824caae3869212ed68590ba6e8cd23246 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 21 Aug 2025 14:13:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/hospital/components/groupList.vue | 8 +-- .../components/view-study-list.vue | 12 ++-- src/views/trials/trials-inspection/index.vue | 6 +- src/views/trials/trials-myinfo/mine.vue | 72 ++++--------------- 4 files changed, 28 insertions(+), 70 deletions(-) diff --git a/src/views/system/hospital/components/groupList.vue b/src/views/system/hospital/components/groupList.vue index afa6c92..e07f4d8 100644 --- a/src/views/system/hospital/components/groupList.vue +++ b/src/views/system/hospital/components/groupList.vue @@ -108,15 +108,15 @@ - - + + {{ $t('common:button:cancel') }} {{ $t('common:button:save') - }} + }} @@ -155,7 +155,7 @@ export default { ContactName: null, ContactPhone: null, Name: null, - isEnable: true, + IsEnable: true, IdentityUserIdList: [] }, rules: { diff --git a/src/views/trials/trials-inspection/components/view-study-list.vue b/src/views/trials/trials-inspection/components/view-study-list.vue index e20ad2a..12b3f31 100644 --- a/src/views/trials/trials-inspection/components/view-study-list.vue +++ b/src/views/trials/trials-inspection/components/view-study-list.vue @@ -60,12 +60,12 @@ min-width="120"> - @@ -104,7 +104,7 @@ - + @@ -197,12 +197,12 @@ export default { } }, openGroup() { - this.form.hospitalGroupIdList = [] + this.form.HospitalGroupIdList = [] this.getHospitalGroupList() this.group_model.visible = true }, handleCancelGroup() { - this.form.hospitalGroupIdList = [] + this.form.HospitalGroupIdList = [] this.group_model.visible = false }, async handleSaveGroup() { diff --git a/src/views/trials/trials-inspection/index.vue b/src/views/trials/trials-inspection/index.vue index af95b11..3b47a86 100644 --- a/src/views/trials/trials-inspection/index.vue +++ b/src/views/trials/trials-inspection/index.vue @@ -119,12 +119,12 @@ - diff --git a/src/views/trials/trials-myinfo/mine.vue b/src/views/trials/trials-myinfo/mine.vue index ac48c4c..d37e13c 100644 --- a/src/views/trials/trials-myinfo/mine.vue +++ b/src/views/trials/trials-myinfo/mine.vue @@ -5,77 +5,35 @@ {{ $t("trials:trials-myinfo:title:basicInfo") }} - + - - + + - - + + - - - + + + - - + + - - + + - + {{ $t("trials:trials-myinfo:button:save") }}