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-flat.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/views/position/components/financing-flat.vue b/src/views/position/components/financing-flat.vue
index 9009a11..411a138 100644
--- a/src/views/position/components/financing-flat.vue
+++ b/src/views/position/components/financing-flat.vue
@@ -354,6 +354,20 @@
           dataIndex: 'orderNum',
           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',

--
Gitblit v1.9.3