From 94f8461dfb68617e7a51bb60afb8eefa74a0c502 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Thu, 28 Mar 2024 17:53:07 +0800
Subject: [PATCH] 1
---
.../components/add-trials-list.vue | 399 +---------------
.../components/confirm-visit-list.vue | 437 ++++++++++++++++++
.../components/view-study-list.vue | 2 +-
src/views/trials/trials-inspection/index.vue | 2 +-
4 files changed, 461 insertions(+), 379 deletions(-)
create mode 100644 src/views/trials/trials-inspection/components/confirm-visit-list.vue
diff --git a/src/views/trials/trials-inspection/components/add-trials-list.vue b/src/views/trials/trials-inspection/components/add-trials-list.vue
index 6458076..b163d99 100644
--- a/src/views/trials/trials-inspection/components/add-trials-list.vue
+++ b/src/views/trials/trials-inspection/components/add-trials-list.vue
@@ -80,171 +80,27 @@
-
-
{{ $t("trials:inspection:message:confirmVisit") }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t("trials:trials-list:action:panel") }}
-
-
-
-
-
-
@@ -650,13 +304,4 @@ export default {
.demo-form-inline {
width: 100%;
}
-.detail {
- margin-left: 10px;
-}
-.addVisit {
- margin: 0;
- line-height: 34px;
- text-align: center;
- cursor: pointer;
-}
\ No newline at end of file
diff --git a/src/views/trials/trials-inspection/components/confirm-visit-list.vue b/src/views/trials/trials-inspection/components/confirm-visit-list.vue
new file mode 100644
index 0000000..d23461f
--- /dev/null
+++ b/src/views/trials/trials-inspection/components/confirm-visit-list.vue
@@ -0,0 +1,437 @@
+
+
+
+
{{ $t("trials:inspection:message:confirmVisit") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t("trials:trials-list:action:panel") }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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 637ea0f..9a29592 100644
--- a/src/views/trials/trials-inspection/components/view-study-list.vue
+++ b/src/views/trials/trials-inspection/components/view-study-list.vue
@@ -211,7 +211,7 @@ export default {
this.searchData[key] = null;
});
this.searchData.Asc = false;
- this.SortField.Asc = "StudyTime";
+ this.searchData.SortField = "StudyTime";
this.dateValue = [];
},
// 查看影像
diff --git a/src/views/trials/trials-inspection/index.vue b/src/views/trials/trials-inspection/index.vue
index 8168016..dff2265 100644
--- a/src/views/trials/trials-inspection/index.vue
+++ b/src/views/trials/trials-inspection/index.vue
@@ -309,7 +309,7 @@ export default {
this.searchData.PageSize = 10;
this.searchData.CalledAEList = [];
this.searchData.Asc = false;
- this.SortField.Asc = "LatestPushTime";
+ this.searchData.SortField = "LatestPushTime";
this.$refs.inspectionList.clearSort();
this.getList();
},