feat(shop): 添加分销商申请审核相关功能

- 新增审核通过、驳回和批量审核通过分销商申请的 API 接口
- 移除无用的网站 ID 相关代码
- 优化导入导出功能
- 修复一些组件中的小问题
This commit is contained in:
2025-08-24 20:24:57 +08:00
parent 6df129ccc2
commit 9bed16acd6
21 changed files with 765 additions and 709 deletions

View File

@@ -521,7 +521,7 @@ const createPrintHtml = (data: ShopGift[]) => {
body {
font-family: Arial, "Microsoft YaHei", sans-serif;
margin: 0;
padding: 0;
padding: 20px;
font-size: 14px;
}

View File

@@ -76,7 +76,7 @@
import Search from './components/search.vue';
import {getPageTitle} from '@/utils/common';
import ShopGiftEdit from './components/shopGiftEdit.vue';
import { pageShopGift, removeShopGift, removeBatchShopGift, listShopGift } from '@/api/shop/shopGift';
import { pageShopGift, removeShopGift, removeBatchShopGift } from '@/api/shop/shopGift';
import type { ShopGift, ShopGiftParam } from '@/api/shop/shopGift/model';
// 表格实例