From 451674dd4dd784fa0725b4ba052d94449d892712 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 28 Sep 2024 15:12:16 +0800
Subject: [PATCH] Merge branch '6-29印度股票' of http://124.156.157.155:8060/r/dg/dabao_admin into 6-29印度股票
---
src/views/position/components/financing-hold.vue | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/src/views/position/components/financing-hold.vue b/src/views/position/components/financing-hold.vue
index c554f35..74f7f99 100644
--- a/src/views/position/components/financing-hold.vue
+++ b/src/views/position/components/financing-hold.vue
@@ -33,6 +33,11 @@
</a-form-item>
</a-col>
<a-col :md="12" :lg="6" :sm="24">
+ <a-form-item label="手机号">
+ <a-input v-model="queryParam.phone" style="width: 100%" placeholder="请输入手机号" />
+ </a-form-item>
+ </a-col>
+ <a-col :md="12" :lg="6" :sm="24">
<a-form-item label="持仓订单号">
<a-input v-model="queryParam.positionSn" style="width: 100%" placeholder="请输入持仓订单号" />
</a-form-item>
@@ -252,6 +257,19 @@
align: 'center',
},
{
+ title: '账号',
+ dataIndex: 'phone',
+ align: 'center',
+ },
+ {
+ title: '所属代理(ID)',
+ dataIndex: 'agentName_Id',
+ align: 'center',
+ customRender: (text, row, index) => {
+ return `${row.agentName}(${row.agentId})`
+ },
+ },
+ {
title: '总市值',
dataIndex: 'orderTotalPrice',
align: 'center',
@@ -323,6 +341,7 @@
userId: '',
positionSn: '',
state: 0,
+ phone: '',
},
datalist: [],
agentlist: [],
@@ -434,6 +453,7 @@
userId: '',
positionSn: '',
state: 0,
+ phone: '',
}
this.getlist()
},
@@ -446,6 +466,7 @@
userId: '',
positionSn: '',
state: 0,
+ phone: '',
}
},
getagentlist() {
--
Gitblit v1.9.3