|
@@ -180,11 +180,6 @@ export default {
|
180
|
180
|
name: '1-10',
|
181
|
181
|
label: '出院小结'
|
182
|
182
|
},
|
183
|
|
- // {
|
184
|
|
- // name: '1-12',
|
185
|
|
- // label: '转归记录'
|
186
|
|
- // }
|
187
|
|
-
|
188
|
183
|
]
|
189
|
184
|
},
|
190
|
185
|
{
|
|
@@ -195,6 +190,10 @@ export default {
|
195
|
190
|
name: '1-3',
|
196
|
191
|
label: '肾科检验'
|
197
|
192
|
},
|
|
193
|
+ {
|
|
194
|
+ name: '4-12',
|
|
195
|
+ label: '新版肾科检验'
|
|
196
|
+ },
|
198
|
197
|
{
|
199
|
198
|
name: '4-1',
|
200
|
199
|
label: '肾科检查'
|
|
@@ -348,6 +347,8 @@ export default {
|
348
|
347
|
this.$router.push({path:'/patients/inspection_check?id='+this.id})
|
349
|
348
|
} else if(name == '4-3'){
|
350
|
349
|
this.$router.push({path:'/patients/ktv?id='+this.id})
|
|
350
|
+ }else if(name == '4-12'){
|
|
351
|
+ this.$router.push({path:'/patients/newInspection?id='+this.id})
|
351
|
352
|
}
|
352
|
353
|
else if (name == '5-1') {
|
353
|
354
|
this.$router.push({
|
|
@@ -554,6 +555,8 @@ export default {
|
554
|
555
|
this.$router.push({ path: '/patients/sickhistory?id=' + this.id })
|
555
|
556
|
}else if(patientKey == '7'){
|
556
|
557
|
this.$router.push({path:'/patient/patient/'+this.id+'/lapsoSummary'})
|
|
558
|
+ }else if(patientKey == '4-12'){
|
|
559
|
+ this.$router.push({path:'/patients/newInspection?id='+this.id})
|
557
|
560
|
}
|
558
|
561
|
|
559
|
562
|
}else{
|