refactor(surgicalschedule): 更新手术排程页面中的组件导入路径

- 将 SurgeryCharge 组件的导入路径从相对路径 ../../charge/surgerycharge/index.vue 修改为 ../charge/surgerycharge/index.vue
- 修正了因目录结构调整导致的模块解析错误
- 优化了组件间的依赖关系,确保项目结构的一致性
This commit is contained in:
2026-02-06 13:51:41 +08:00
parent d2616ac2f9
commit f9d897c081

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)