Browse Source

11月26 检验检查

yq1 4 months ago
parent
commit
50ebf13640
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/xt_pages/user/components/PatientSidebar_ord.vue

+ 6 - 0
src/xt_pages/user/components/PatientSidebar_ord.vue View File

@@ -194,6 +194,10 @@
194 194
                 name: '1-3',
195 195
                 label: '肾科检验'
196 196
               },
197
+              {
198
+                name: '4-2',
199
+                label: '肾科检验新'
200
+              },
197 201
               // {
198 202
               //   name: '4-12',
199 203
               //   label: '新版肾科检验'
@@ -356,6 +360,8 @@
356 360
   
357 361
         } else if(name == '4-1'){
358 362
           this.$router.push({path:'/patients/inspection_check?id='+this.id})
363
+        } else if (name == '4-2') {
364
+          this.$router.push({ path: '/patients/inspection_new?id=' + this.id })
359 365
         } else if(name == '4-3'){
360 366
           this.$router.push({path:'/patients/ktv?id='+this.id})
361 367
         }else if(name == '4-12'){