fix: 修复前端重命名残留问题
- 删除冗余的 openhis.js 工具文件 - 修正所有 utils import 路径 (healthlink-his → his) - 更新 package.json 名称为 healthlink-his - 更新 settings.js 版权声明 - 修正 .env 文件注释 - 修正 Java 包名示例 (com.healthlink-his → com.healthlink.his)
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
<script setup>
|
||||
import {onMounted, reactive, ref} from 'vue';
|
||||
import {ElMessage, ElMessageBox} from 'element-plus';
|
||||
import {parseTime} from '@/utils/healthlink-his';
|
||||
import {parseTime} from '@/utils/his';
|
||||
import Pagination from '@/components/Pagination';
|
||||
import {
|
||||
cancelSupplyRequestData,
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
<script setup>
|
||||
import {onMounted, reactive, ref} from 'vue';
|
||||
import {ElMessage} from 'element-plus';
|
||||
import {parseTime} from '@/utils/healthlink-his';
|
||||
import {parseTime} from '@/utils/his';
|
||||
import Pagination from '@/components/Pagination';
|
||||
import request from '@/utils/request';
|
||||
//import { getPriceAdjustmentPage, getPriceAdjustmentDetail, cancelPriceAdjustment } from './components/api';
|
||||
|
||||
Reference in New Issue
Block a user