diff --git a/.env.development b/.env.development index 476efd7..3249194 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/shopDealerCapital/model/index.ts b/src/api/shop/shopDealerCapital/model/index.ts index bc9bd11..68efdb4 100644 --- a/src/api/shop/shopDealerCapital/model/index.ts +++ b/src/api/shop/shopDealerCapital/model/index.ts @@ -14,6 +14,8 @@ export interface ShopDealerCapital { orderId?: number; // 订单编号 orderNo?: string; + // 订单状态 (1已完成 4退款申请中 6已退款) + orderStatus?: number; // 资金流动类型 (10佣金收入 20提现支出 30转账支出 40转账收入) flowType?: number; // 金额 diff --git a/src/views/shop/shopDealerCapital/index.vue b/src/views/shop/shopDealerCapital/index.vue index c6ec731..725e626 100644 --- a/src/views/shop/shopDealerCapital/index.vue +++ b/src/views/shop/shopDealerCapital/index.vue @@ -26,9 +26,30 @@ {{ record.nickName }}({{ record.userId }}) - - 显示 - 隐藏 + + + + 未完成 + 已完成 + 已关闭 + 关闭中 + 退款申请中 + 退款被拒绝 + 已退款 + 客户端申请退款 + @@ -198,6 +219,13 @@ key: 'createTime', align: 'center', sorter: true + }, + { + title: '订单状态', + dataIndex: 'orderStatus', + key: 'orderStatus', + align: 'center', + width: 90 } // { // title: '操作',