大宝管理后台代码
jhzh
2024-09-28 bcbd848449b293b70a4376b0b180d872ef2bc543
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',