+ :sn="form.templateSn" :templateData="form" fillType="blxjsh" />
{{ $t('page.business.study.studyFormFill.qmxx') }}
From b1963a95bbb483b9e8dab87aa8c639159c451bc6 Mon Sep 17 00:00:00 2001
From: "15881625488@163.com" <15881625488@163.com>
Date: Fri, 27 Mar 2026 11:59:57 +0800
Subject: [PATCH 08/12] =?UTF-8?q?fix:[=E9=9D=9E=E5=AE=9E=E9=AA=8C=E8=A1=A8?=
=?UTF-8?q?=E5=8D=95]=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/styles/index.scss | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss
index 40f35e0..ee30bab 100644
--- a/src/assets/styles/index.scss
+++ b/src/assets/styles/index.scss
@@ -212,7 +212,10 @@ aside {
background: #409EFF;
}
&.ytj {
- background: #F78B07;
+ background: #2AC663;
+ }
+ &.wtg {
+ background: #f73f07;
}
&.ytg {
background: #2AC663;
From bd9b7f6461f9ea699d3fc6cce14b03b31ea6e827 Mon Sep 17 00:00:00 2001
From: "15881625488@163.com" <15881625488@163.com>
Date: Fri, 27 Mar 2026 12:09:10 +0800
Subject: [PATCH 09/12] =?UTF-8?q?fix:[=E9=9D=9E=E5=AE=9E=E9=AA=8C=E8=A1=A8?=
=?UTF-8?q?=E5=8D=95]=E5=BA=9F=E6=AD=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/form/drug/comp/sqbdList.vue | 2 +-
src/views/business/form/drug/comp/tbbdList.vue | 2 +-
src/views/business/form/nonTrial/comp/tbbdList.vue | 2 +-
src/views/business/study/comp/tbbdList.vue | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/business/form/drug/comp/sqbdList.vue b/src/views/business/form/drug/comp/sqbdList.vue
index 9ad7354..f7946f9 100644
--- a/src/views/business/form/drug/comp/sqbdList.vue
+++ b/src/views/business/form/drug/comp/sqbdList.vue
@@ -174,7 +174,7 @@
$t('page.business.study.studyFormApply.sh') }}
{{
+ >{{
$t('page.business.study.studyFormApply.fz') }}
{{
+ >{{
$t('page.business.study.studyFormFill.fz') }}
{{
+ >{{
$t('page.business.study.studyFormFill.fz') }}
{{
+ >{{
$t('page.business.study.studyFormFill.fz') }}
Date: Fri, 27 Mar 2026 12:15:30 +0800
Subject: [PATCH 10/12] =?UTF-8?q?fix:[=E8=A1=A8=E5=8D=95=E7=AE=A1=E7=90=86?=
=?UTF-8?q?]=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/form/drug/comp/sqbdList.vue | 42 ++++++++------------------
src/views/business/form/drug/comp/tbbdList.vue | 2 +-
2 files changed, 13 insertions(+), 31 deletions(-)
diff --git a/src/views/business/form/drug/comp/sqbdList.vue b/src/views/business/form/drug/comp/sqbdList.vue
index f7946f9..380e17f 100644
--- a/src/views/business/form/drug/comp/sqbdList.vue
+++ b/src/views/business/form/drug/comp/sqbdList.vue
@@ -2,48 +2,37 @@
-
-
-
+
-
-
-
-
+
-
-
+
-
-
-
-
+
-
-
+
-
-
+
@@ -51,17 +40,14 @@
-
-
+
-
-
-
-
+
+
@@ -74,21 +60,17 @@
-
-
+ {{ $t('form.search') }}
+ {{ $t('form.reset') }}
-
+
{{
$t('page.business.study.studyFormApply.xzbd') }}
-
- {{ $t('form.search') }}
- {{ $t('form.reset') }}
-
-
+
Date: Fri, 27 Mar 2026 12:35:31 +0800
Subject: [PATCH 11/12] =?UTF-8?q?fix:[=E9=A2=84=E5=A1=AB=E8=A1=A8=E5=8D=95?=
=?UTF-8?q?]bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/study/comp/ytbd/Xq.vue | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/src/views/business/study/comp/ytbd/Xq.vue b/src/views/business/study/comp/ytbd/Xq.vue
index f6cf103..196b9fb 100644
--- a/src/views/business/study/comp/ytbd/Xq.vue
+++ b/src/views/business/study/comp/ytbd/Xq.vue
@@ -192,6 +192,25 @@ export default {
this.openApprove = true
}
},
+ toRead(data) {
+ this.$alert(data.ffmc, '', {
+ confirmButtonText: this.$t('page.business.study.studyMethod.qyd'),
+ callback: action => {
+ if (this.$route.path === data.toUrl) {
+ this.$emit('changeTab', { key: 'syff' })
+ } else {
+ let index = _.findIndex(this.$store.state.tagsView.visitedViews, (tab) => {
+ return tab.path === data.toUrl
+ })
+ if (index > -1) {
+ this.$tab.refreshPage(this.$store.state.tagsView.visitedViews[index]);
+ } else {
+ this.$tab.openPage("loading", data.toUrl)
+ }
+ }
+ }
+ });
+ },
getIsMatchSubject() {
studySubject_isMatchSubject({ studySubjectId: this.form.studySubjectId }).then(response => {
this.isMatchSubject = response.data
From 1e84def9dfb6eef0dea85050fd119713061f6ec3 Mon Sep 17 00:00:00 2001
From: "15881625488@163.com" <15881625488@163.com>
Date: Fri, 27 Mar 2026 12:44:50 +0800
Subject: [PATCH 12/12] =?UTF-8?q?fix:[=E7=94=B3=E8=AF=B7=E8=A1=A8=E5=8D=95?=
=?UTF-8?q?]=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/form/drug/comp/sqbdList.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/business/form/drug/comp/sqbdList.vue b/src/views/business/form/drug/comp/sqbdList.vue
index 380e17f..39e6dbf 100644
--- a/src/views/business/form/drug/comp/sqbdList.vue
+++ b/src/views/business/form/drug/comp/sqbdList.vue
@@ -174,13 +174,13 @@
-
+
-
+
-
+
-
+