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 |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/views/position/components/financing-hold.vue b/src/views/position/components/financing-hold.vue
index 970f665..74f7f99 100644
--- a/src/views/position/components/financing-hold.vue
+++ b/src/views/position/components/financing-hold.vue
@@ -257,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',

--
Gitblit v1.9.3