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 @@ - - - - - - - - - - - - - - - - - - - - - - @@ -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 @@ + + + \ 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(); },