Bladeren bron

龙岗二院需求

XMLWAN 5 jaren geleden
bovenliggende
commit
1790ff239f
2 gewijzigde bestanden met toevoegingen van 9 en 36 verwijderingen
  1. 4 16
      src/pages/main/dialysis/DialysisTab.vue
  2. 5 20
      src/pages/main/records/CaseHistory.vue

+ 4 - 16
src/pages/main/dialysis/DialysisTab.vue Bestand weergeven

@@ -19,28 +19,16 @@
19 19
   <div class="newDialysisTab">
20 20
       <van-tabs v-model="index" sticky @click="onClick">
21 21
         <van-tab title="长期透析处方">
22
-          <long-table
23
-            :dryId="patient_id"
24
-            :active="active"
25
-          ></long-table>
22
+          <long-table></long-table>
26 23
         </van-tab>
27 24
          <van-tab title="透析记录">
28
-          <record-table
29
-            :dryId="patient_id"
30
-            :active="active"
31
-          ></record-table>
25
+          <record-table></record-table>
32 26
         </van-tab>
33 27
          <van-tab title="排班信息">
34
-          <schedul-table
35
-            :dryId="patient_id"
36
-            :active="active"
37
-          ></schedul-table>
28
+          <schedul-table></schedul-table>
38 29
         </van-tab>
39 30
          <van-tab title="宣教信息">
40
-          <mission-table
41
-            :dryId="patient_id"
42
-            :active="active"
43
-          ></mission-table>
31
+          <mission-table></mission-table>
44 32
         </van-tab>
45 33
       </van-tabs>
46 34
   </div>

+ 5 - 20
src/pages/main/records/CaseHistory.vue Bestand weergeven

@@ -24,34 +24,19 @@
24 24
   <div class="newCase">
25 25
     <van-tabs v-model="index" sticky @click="onClick">
26 26
       <van-tab title="基本信息">
27
-        <records-tab
28
-          :dryId="patient_id"
29
-          :active="active"
30
-        ></records-tab>
27
+        <records-tab></records-tab>
31 28
       </van-tab>
32 29
       <van-tab title="医嘱">
33
-        <advice-table
34
-          :dryId="patient_id"
35
-          :active="active"
36
-        ></advice-table>
30
+        <advice-table></advice-table>
37 31
       </van-tab>
38 32
       <van-tab title="干体重">
39
-        <dry-weight
40
-          :dryId="patient_id"
41
-          :active="active"
42
-        ></dry-weight>
33
+        <dry-weight></dry-weight>
43 34
       </van-tab>
44 35
       <van-tab title="病程记录">
45
-        <course-management
46
-          :dryId="patient_id"
47
-          :active="active"
48
-        ></course-management>
36
+        <course-management></course-management>
49 37
       </van-tab>
50 38
       <van-tab title="抢救记录">
51
-        <rescue-record
52
-          :dryId="patient_id"
53
-          :active="active"
54
-        ></rescue-record>
39
+        <rescue-record></rescue-record>
55 40
       </van-tab>
56 41
     </van-tabs>
57 42
   </div>