diff --git a/.env.development b/.env.development index b8ccd8b..fbcc74b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ VITE_APP_NAME=后台管理(开发环境) -#VITE_API_URL=http://127.0.0.1:9200/api +VITE_API_URL=http://127.0.0.1:9200/api #VITE_SERVER_API_URL=http://127.0.0.1:8000/api diff --git a/src/api/shop/shopDealerApply/model/index.ts b/src/api/shop/shopDealerApply/model/index.ts index cbc8b6c..f3ce906 100644 --- a/src/api/shop/shopDealerApply/model/index.ts +++ b/src/api/shop/shopDealerApply/model/index.ts @@ -43,6 +43,7 @@ export interface ShopDealerApplyParam extends PageParam { applyId?: number; userId?: number; realName?: string; + dealerName?: string; mobile?: string; refereeId?: number; applyType?: number; diff --git a/src/views/sdy/shopDealerApply/components/search.vue b/src/views/sdy/shopDealerApply/components/search.vue index 3a97655..58bd4f3 100644 --- a/src/views/sdy/shopDealerApply/components/search.vue +++ b/src/views/sdy/shopDealerApply/components/search.vue @@ -8,10 +8,10 @@ class="search-form" @finish="handleSearch" > - + @@ -26,18 +26,6 @@ /> - - - 需要审核 - 免审核 - - - - 待审核 - 审核通过 - 审核驳回 + 跟进中 + 已签约 + 已取消 - + - - -
- - - - - - - - - - 批量通过 - - - - 导出数据 - - -