feat:【antd】【mall】spu 优化

This commit is contained in:
puhui999
2025-11-24 12:00:50 +08:00
parent cc7e8eda4f
commit 0ae62ef7e7
14 changed files with 73 additions and 143 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts" setup>
import type { MallPointActivityApi } from '#/api/mall/promotion/point';
import type { RuleConfig } from '#/views/mall/product/spu/form';
import type { RuleConfig } from '#/views/mall/product/spu/components';
// TODO @puhui999有问题
// import type { SpuProperty } from '#/views/mall/promotion/components/types';
@@ -20,7 +20,7 @@ import {
updatePointActivity,
} from '#/api/mall/promotion/point';
import { $t } from '#/locales';
import { getPropertyList } from '#/views/mall/product/spu/form';
import { getPropertyList } from '#/views/mall/product/spu/components';
// TODO @puhui999有问题
// import { SpuAndSkuList, SpuSkuSelect } from '../../../components';