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