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',