refactor(surgicalschedule): 更新手术排程页面中的组件导入路径
- 将 SurgeryCharge 组件的导入路径从相对路径 ../../charge/surgerycharge/index.vue 修改为 ../charge/surgerycharge/index.vue - 修正了因目录结构调整导致的模块解析错误 - 优化了组件间的依赖关系,确保项目结构的一致性
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user