diff --git a/src/components/patient-search/index.vue b/src/components/patient-search/index.vue
index bf74278..9fd2444 100644
--- a/src/components/patient-search/index.vue
+++ b/src/components/patient-search/index.vue
@@ -150,7 +150,6 @@ export default {
this.retrieval()
},
viewDetail(val) {
- console.log(val)
this.patientId = val
this.detailViewVisible = true
},
diff --git a/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/index.vue b/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/index.vue
index d4a4a74..b0d81cf 100644
--- a/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/index.vue
+++ b/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/index.vue
@@ -2,19 +2,19 @@
diff --git a/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-subject/index.vue b/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-subject/index.vue
index 079c136..b5105f6 100644
--- a/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-subject/index.vue
+++ b/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-subject/index.vue
@@ -1,172 +1,174 @@
-
-
-
-
- 受试者分组
-
-
-
-
{{ item.name }}
-
{{ groupListAll.total }}
-
{{ groupListAll.noInGroup }}
-
-
{{ item.groupTotal }}
-
-
-
- 修改
- 删除
-
-
+
+
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.suggest==1 ? '符合': (scope.row.suggest==0 ? '不符合' : '无') }}
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
- 详情
- 移出课题
- 移出分组
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.suggest==1 ? '符合': (scope.row.suggest==0 ? '不符合' : '无') }}
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+ 详情
+ 移出课题
+ 移出分组
+
+
+
+
+
-
-
-
+
+
@@ -192,25 +194,6 @@
-
-
-
-
-
@@ -249,9 +232,12 @@
确 定
+
+