`` refactor(doctorstation): 修正处方列表组件导入路径大小写问题并删除废弃的体温单组件``
This commit is contained in:
@@ -981,7 +981,7 @@ import {
|
||||
checkServicesHistory,
|
||||
} from '../api';
|
||||
import { getAdjustPriceSwitchState } from '@/api/public';
|
||||
import adviceBaseList from '../advicebaselist';
|
||||
import adviceBaseList from '../adviceBaseList.vue';
|
||||
import { computed, getCurrentInstance, nextTick, ref, watch } from 'vue';
|
||||
import { calculateQuantityByDays, formatNumber } from '@/utils/his';
|
||||
import OrderGroupDrawer from './orderGroupDrawer';
|
||||
|
||||
Reference in New Issue
Block a user