大宝管理后台代码
jhzh
2024-09-28 451674dd4dd784fa0725b4ba052d94449d892712
src/views/position/components/financing-flat.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>
@@ -349,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',
@@ -429,6 +448,8 @@
        agentId: undefined,
        userId: '',
        positionSn: '',
        phone: '',
        state: 1,
        beginTime: '',
        endTime: '',
@@ -482,6 +503,7 @@
        agentId: undefined,
        userId: '',
        positionSn: '',
        phone: '',
        state: 1,
        beginTime: '',
        endTime: '',
@@ -498,6 +520,7 @@
        pageNum: 1,
        pageSize: 10,
        positionType: '',
        phone: '',
        agentId: undefined,
        userId: '',
        positionSn: '',