门诊医生站-》开立诊断 页面调整
This commit is contained in:
@@ -409,12 +409,9 @@ const handleStatClick = (stat) => {
|
||||
} else if (stat.key === 'todayRevenue' || stat.key === 'todayPayments') {
|
||||
// 跳转到收费页面
|
||||
router.push('/charge/cliniccharge')
|
||||
} else if (stat.key === 'appointments') {
|
||||
} else if (stat.key === 'appointments' || stat.key === 'todayAppointments') {
|
||||
// 跳转到预约管理页面
|
||||
router.push('/appoinmentmanage')
|
||||
} else if (stat.key === 'todayAppointments') {
|
||||
// 跳转到今日门诊模块
|
||||
router.push('/doctorstation/today-outpatient')
|
||||
} else if (stat.key === 'pendingApprovals' || stat.key === 'pendingReview') {
|
||||
// 跳转到待审核页面
|
||||
router.push('/clinicmanagement/ePrescribing')
|
||||
|
||||
Reference in New Issue
Block a user