diff --git a/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue b/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue index c4d524de..2001d9b4 100644 --- a/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue +++ b/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue @@ -43,38 +43,6 @@ - - - 新建 - - - 查询 - - - 电子凭证 - - - 身份证 - - - 医保卡 - - - @@ -991,6 +959,11 @@ async function handleReadCard(value) { // } } +/** 跳转到患者档案页面 */ +function goToPatientRecord() { + router.push('/patient/patientmgr'); +} + /** 新增用户信息弹窗 */ function handleAddPatient() { proxy.$refs['patientAddRef'].show(); // 确保子组件更新后再调用 show 方法