refactor(dealer): 重构经销商申请和团队管理功能

-优化了经销商申请流程,简化了表单和提交逻辑
-重新设计了团队管理页面,优化了成员展示和统计功能
- 移除了不必要的功能和冗余代码,提高了代码可维护性- 调整了 API接口调用,确保数据处理的正确性和一致性
This commit is contained in:
2025-09-09 21:02:05 +08:00
parent bfab2b190a
commit b2d79ab052
4 changed files with 217 additions and 177 deletions

View File

@@ -36,5 +36,6 @@ export interface ShopDealerReferee {
export interface ShopDealerRefereeParam extends PageParam {
id?: number;
dealerId?: number;
deleted?: number;
keywords?: string;
}