|
@@ -77,23 +77,23 @@ const handleClick = (path, disable) => {
|
|
|
}
|
|
|
|
|
|
let pathList = $ref([
|
|
|
- {path: '/inpatient/zhuYuanYiSheng/yiZhuLuRu', title: '医嘱录入'},
|
|
|
+ {path: '/inpatient/zhuYuanYiSheng/yiZhuLuRu', title: '医嘱'},
|
|
|
{path: '/inpatient/zhuYuanYiSheng/yiZhuLuRu?pattern=takeMedicine', title: '出院带药'},
|
|
|
- {path: '/inpatient/zhuYuanYiSheng/huiZhenShenQing', title: '会诊申请'},
|
|
|
- {path: '/inpatient/zhuYuanYiSheng/jianChaShenQing', title: '检查申请'},
|
|
|
- {path: '/inpatient/zhuYuanYiSheng/jianYanShenQing', title: '检验申请'},
|
|
|
- {path: '/inpatient/zhuYuanYiSheng/shouShuShenQing', title: '查看手术'},
|
|
|
- {path: '/inpatient/zhuYuanYiSheng/caoYaoYiZhu', title: '查看草药医嘱'},
|
|
|
+ {path: '/inpatient/zhuYuanYiSheng/huiZhenShenQing', title: '会诊'},
|
|
|
+ {path: '/inpatient/zhuYuanYiSheng/jianChaShenQing', title: '检查'},
|
|
|
+ {path: '/inpatient/zhuYuanYiSheng/jianYanShenQing', title: '检验'},
|
|
|
+ {path: '/inpatient/zhuYuanYiSheng/shouShuShenQing', title: '手术'},
|
|
|
+ {path: '/inpatient/zhuYuanYiSheng/caoYaoYiZhu', title: '草药'},
|
|
|
{
|
|
|
path: 'dualScreen',
|
|
|
- title: '双屏模式', func: () => {
|
|
|
+ title: '双屏', func: () => {
|
|
|
if (youWuXuanZheHuanZhe()) return
|
|
|
isOpenDualScreen.value = !isOpenDualScreen.value
|
|
|
dualScreenSrc.value = getEmrUrl(patientInfo.value.inpatientNo, patientInfo.value.admissTimes, 1)
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- title: '电子病历', func: () => {
|
|
|
+ title: '病历', func: () => {
|
|
|
if (patientInfo.value.inpatientNo) {
|
|
|
let query = {
|
|
|
patNo: patientInfo.value.inpatientNo,
|
|
@@ -108,7 +108,7 @@ let pathList = $ref([
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- title: 'DRG 预分组', func: () => {
|
|
|
+ title: 'DRG', func: () => {
|
|
|
if (youWuXuanZheHuanZhe()) return
|
|
|
getDrgIntelligentGrouping(patientInfo.value.inpatientNo, patientInfo.value.admissTimes).then((res) => {
|
|
|
window.open(res)
|