feat:【antd】商品积分活动的 review

This commit is contained in:
YunaiV
2025-10-23 12:44:19 +08:00
parent d14177a4c0
commit 74bf240f52
5 changed files with 150 additions and 158 deletions

View File

@@ -1,5 +1,6 @@
<!-- 积分活动橱窗组件 - 用于装修时展示和选择积分活动 -->
<script lang="ts" setup>
// TODO @puhui999看看是不是整体优化下代码风格参考别的模块
import type { MallPointActivityApi } from '#/api/mall/promotion/point';
import { computed, ref, watch } from 'vue';

View File

@@ -1,5 +1,6 @@
<!-- 积分活动表格选择器 -->
<script lang="ts" setup>
// TODO @puhui999看看是不是整体优化下代码风格参考别的模块
import type { VbenFormSchema } from '#/adapter/form';
import type { VxeGridProps } from '#/adapter/vxe-table';
import type { MallPointActivityApi } from '#/api/mall/promotion/point';