From 57f470e219c780e49b877a7c460b3a2a213c4718 Mon Sep 17 00:00:00 2001
From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com>
Date: Fri, 2 Aug 2024 10:29:51 +0800
Subject: [PATCH 1/4] =?UTF-8?q?AE=E7=9A=84=E7=8A=B6=E6=80=81=E6=B5=8B?=
=?UTF-8?q?=E8=AF=95=E6=8C=89=E9=92=AE=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trial-config/components/dicomConfig.vue | 26 ++++++++++---------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/src/views/trials/trials-panel/setting/trial-config/components/dicomConfig.vue b/src/views/trials/trials-panel/setting/trial-config/components/dicomConfig.vue
index 23c903d4..72739b91 100644
--- a/src/views/trials/trials-panel/setting/trial-config/components/dicomConfig.vue
+++ b/src/views/trials/trials-panel/setting/trial-config/components/dicomConfig.vue
@@ -65,6 +65,7 @@
{{ $fd("DicomTest", form.IsTestOK) }}
+
+
+ {{ $t("common:button:DicomTest") }}
+
-
-
- {{ $t("common:button:DicomTest") }}
-
Date: Fri, 2 Aug 2024 10:40:20 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E9=98=85=E7=89=87=E8=B7=9F=E8=B8=AA?=
=?UTF-8?q?=E5=8F=8D=E9=A6=88=E5=BC=B9=E7=AA=97=E6=B7=BB=E5=8A=A0=E7=A1=AE?=
=?UTF-8?q?=E8=AE=A4=E5=8F=96=E6=B6=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/feedBack/index.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/feedBack/index.vue b/src/components/feedBack/index.vue
index a509c457..1ebff130 100644
--- a/src/components/feedBack/index.vue
+++ b/src/components/feedBack/index.vue
@@ -124,12 +124,12 @@
:active-text="$fd('FeedBackStatus', 1)"
:inactive-text="$fd('FeedBackStatus', 0)"
:disabled="level < 8 || !isStateChange || form.State === 1"
- @change="changeState"
+ @change="visitTaskId ? () => false : changeState"
>
-
+
{{ $t("feedBack:button:cancel") }}
@@ -138,7 +138,7 @@
{{ $t("feedBack:button:save") }}
@@ -290,7 +290,7 @@ export default {
try {
let data = {
IdList: [this.Id],
- State: 1,
+ State: this.form.State,
};
let res = await batchUpdateFeedBackState(data);
if (res.IsSuccess) {
From 802870f3b4e706ae6ccabaafd3d309a303ad6aec Mon Sep 17 00:00:00 2001
From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com>
Date: Fri, 2 Aug 2024 11:12:06 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E4=B8=AD=E5=BF=83=E7=9A=84AE=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E6=97=B6=E7=9A=84=E4=BA=A4=E4=BA=92=E7=BC=BA=E9=99=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/dicomAEList.vue | 83 ++++++++++++++-----
.../personnel-manage/components/dicomForm.vue | 61 +++++++++-----
2 files changed, 101 insertions(+), 43 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 d6c5736c..10217fd6 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
@@ -1,30 +1,66 @@
-
+
{{ $t("common:button:add") }}
-
+
-
+
-
+
-
+
-
-
+
@@ -33,10 +69,7 @@
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 73715a11..0dcd4420 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
@@ -3,33 +3,50 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
{{ $t("common:button:cancel") }}
@@ -39,9 +56,7 @@
\ No newline at end of file
From 46bc955e76eeaf2386dfcb37caab1f09d48c509f Mon Sep 17 00:00:00 2001
From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com>
Date: Fri, 2 Aug 2024 11:16:54 +0800
Subject: [PATCH 4/4] =?UTF-8?q?=E6=8E=A8=E9=80=81=E8=AE=B0=E5=BD=95?=
=?UTF-8?q?=E6=A0=B9=E6=8D=AE=E9=A1=B9=E7=9B=AE=E8=BF=87=E6=BB=A4=E5=B9=B6?=
=?UTF-8?q?=E4=B8=94=E6=8C=89=E6=97=B6=E9=97=B4=E5=80=92=E5=BA=8F=E6=8E=92?=
=?UTF-8?q?=E5=BA=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trials/trials-panel/trial-summary/image-inspect/index.vue | 2 +-
.../trials/trials-panel/trial-summary/push-record/index.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/trials/trials-panel/trial-summary/image-inspect/index.vue b/src/views/trials/trials-panel/trial-summary/image-inspect/index.vue
index 546770a7..fc05e216 100644
--- a/src/views/trials/trials-panel/trial-summary/image-inspect/index.vue
+++ b/src/views/trials/trials-panel/trial-summary/image-inspect/index.vue
@@ -258,7 +258,7 @@ const searchDataDefault = () => {
TrialSiteKeyInfo: null,
PageIndex: 1,
PageSize: 20,
- Asc: true,
+ Asc: false,
SortField: "LatestPushTime",
};
};
diff --git a/src/views/trials/trials-panel/trial-summary/push-record/index.vue b/src/views/trials/trials-panel/trial-summary/push-record/index.vue
index 31338ef7..9049ffa0 100644
--- a/src/views/trials/trials-panel/trial-summary/push-record/index.vue
+++ b/src/views/trials/trials-panel/trial-summary/push-record/index.vue
@@ -208,7 +208,7 @@ const searchDataDefault = () => {
TrialSiteKeyInfo: null,
PageIndex: 1,
PageSize: 20,
- Asc: true,
+ Asc: false,
SortField: "StartTime",
};
};