浏览代码

11月26 检验检查

yq1 4 个月前
父节点
当前提交
50ebf13640
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/xt_pages/user/components/PatientSidebar_ord.vue

+ 6 - 0
src/xt_pages/user/components/PatientSidebar_ord.vue 查看文件

@@ -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'){