feat(shop): 添加分销商申请审核相关功能
- 新增审核通过、驳回和批量审核通过分销商申请的 API 接口 - 移除无用的网站 ID 相关代码 - 优化导入导出功能 - 修复一些组件中的小问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
// 表格实例
|
||||
|
||||
Reference in New Issue
Block a user