大宝管理后台代码
jhzh
2024-09-28 451674dd4dd784fa0725b4ba052d94449d892712
src/views/position/components/financing-hold.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>
@@ -252,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',
@@ -323,6 +341,7 @@
        userId: '',
        positionSn: '',
        state: 0,
        phone: '',
      },
      datalist: [],
      agentlist: [],
@@ -434,6 +453,7 @@
        userId: '',
        positionSn: '',
        state: 0,
        phone: '',
      }
      this.getlist()
    },
@@ -446,6 +466,7 @@
        userId: '',
        positionSn: '',
        state: 0,
        phone: '',
      }
    },
    getagentlist() {