|
@@ -186,20 +186,10 @@ const drawerRange: {
|
|
|
return h(BloodSugar, {...propsPatientInfo.value})
|
|
|
}
|
|
|
}, {
|
|
|
- name: '麻醉',
|
|
|
+ name: '手麻',
|
|
|
comp: () => {
|
|
|
return h('iframe', {
|
|
|
- class: 'iframe_max_border0',
|
|
|
- src: `http://172.16.32.181/interface/patient/doc.html?admissionNum=${propsPatientInfo.value.patNo}&admissionTimes=${propsPatientInfo.value.times}`
|
|
|
- })
|
|
|
- }
|
|
|
- }
|
|
|
- ,
|
|
|
- {
|
|
|
- name: '护理',
|
|
|
- comp: () => {
|
|
|
- return h('iframe', {
|
|
|
- class: 'iframe_max_border0',
|
|
|
+ class: 'layout_full_size',
|
|
|
src: `http://172.16.32.181/interface/patient/doc.html?admissionNum=${propsPatientInfo.value.patNo}&admissionTimes=${propsPatientInfo.value.times}`
|
|
|
})
|
|
|
}
|