feat(dealer): 实现客户报备功能

- 新增客户报备页面,包括表单提交和审核状态显示
- 修改客户列表页面,增加签约和取消操作- 更新客户状态标签样式
- 调整API基础URL
This commit is contained in:
2025-09-03 11:57:23 +08:00
parent 0b43a3bc92
commit 3600c1dfba
7 changed files with 305 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
import type { PageParam } from '@/api/index';
import type { PageParam } from '@/api';
/**
* 分销商申请记录表
@@ -10,6 +10,14 @@ export interface ShopDealerApply {
userId?: number;
// 姓名
realName?: string;
// 分销商名称
dealerName?: string;
// 分销商编号
dealerCode?: string;
// 详细地址
address?: string;
// 金额
money?: number;
// 手机号
mobile?: string;
// 推荐人用户ID