refactor: 将枚举和常量从utils移动到constants

This commit is contained in:
xingyu4j
2025-09-04 18:19:49 +08:00
parent d7d445617f
commit 37fba1474e
144 changed files with 255 additions and 245 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { watch } from 'vue';
import { DeliveryTypeEnum } from '@vben/utils';
import { DeliveryTypeEnum } from '@vben/constants';
import { ElMessage } from 'element-plus';

View File

@@ -6,11 +6,11 @@ import { onMounted, ref } from 'vue';
import { useRoute, useRouter } from 'vue-router';
import { confirm, DocAlert, Page } from '@vben/common-ui';
import { ProductSpuStatusEnum } from '@vben/constants';
import {
downloadFileFromBlobPart,
fenToYuan,
handleTree,
ProductSpuStatusEnum,
treeToString,
} from '@vben/utils';