feat:【antd】满减送活动的 review

This commit is contained in:
YunaiV
2025-10-23 13:02:17 +08:00
parent 319e9dc7bd
commit abf015c444
5 changed files with 80 additions and 86 deletions

View File

@@ -10,6 +10,7 @@ import { Button, Input } from 'ant-design-vue';
// import * as CouponTemplateApi from '#/api/mall/promotion/coupon/couponTemplate'; // TODO: API
// import { discountFormat } from '@/views/mall/promotion/coupon/formatter'; // TODO: 根据实际路径调整
// TODO @puhui999这里报错了。
defineOptions({ name: 'RewardRuleCouponSelect' });
const props = defineProps<{

View File

@@ -1,4 +1,5 @@
<script lang="ts" setup>
// TODO @puhui999在优化下代码
import type { MallRewardActivityApi } from '#/api/mall/promotion/reward/rewardActivity';
import { computed, ref } from 'vue';