refactor(surgicalschedule): 修正手术费用组件导入路径

- 更新 SurgeryCharge 组件的相对路径引用
- 从当前目录调整为上两级目录的正确路径
This commit is contained in:
2026-02-06 12:45:09 +08:00
parent 585b9bd720
commit 2a525f95b9

View File

@@ -780,7 +780,7 @@ import { deptTreeSelectSelect } from '@/api/system/user'
import { listOperatingRoom } from '@/api/operatingroom'
import { getTestResultPage} from '@/views/inpatientDoctor/home/components/applicationShow/api.js'
import { getTenantPage } from '@/api/system/tenant'
import SurgeryCharge from './charge/surgerycharge/index.vue'
import SurgeryCharge from '../../charge/surgerycharge/index.vue'
const { proxy } = getCurrentInstance()
const loading = ref(true)