From 3145335e6b3019c8dd56f3807e3df8db680ff401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=9C?= <2970639877@qq.com> Date: Thu, 2 Apr 2026 18:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modules/agent/customerTradeOrder.ts | 7 ++- src/components/common/Search.vue | 8 ++- src/views/agent/customerTradeOrder/index.vue | 51 +++++++++++++++---- src/views/agent/customerTradeOrder/options.ts | 50 ++++++++++-------- src/views/trade/positionStat/options.ts | 18 +++---- vite.config.ts | 3 ++ 6 files changed, 96 insertions(+), 41 deletions(-) diff --git a/src/api/modules/agent/customerTradeOrder.ts b/src/api/modules/agent/customerTradeOrder.ts index 81e9a53..3f7acf3 100644 --- a/src/api/modules/agent/customerTradeOrder.ts +++ b/src/api/modules/agent/customerTradeOrder.ts @@ -1,6 +1,11 @@ import { request } from '@/api'; -// 获取跟订单列表 +// 获取交易订单列表 export const getCustomTradeOrderListApi = (params: any) => { return request.get('/orderRecords/getList', {...params}) +} + +//查询子账户列表 +export const getSubAccountListApi = (params: any) => { + return request.get('/user/getAllAccount', {...params}) } \ No newline at end of file diff --git a/src/components/common/Search.vue b/src/components/common/Search.vue index 61fed4c..ff51508 100644 --- a/src/components/common/Search.vue +++ b/src/components/common/Search.vue @@ -8,7 +8,7 @@ + :disabled="item.disabled" @blur="handleBlur"/> { + emit('blur-input') +}