大宝管理后台代码
zzzz
2024-04-22 4e4b6e218ad4a875c46661e15634e466d4135171
src/views/capital/rechargelist.vue
@@ -65,9 +65,9 @@
                      @click=";(queryParam.pageNum = 1), getlist()"
                      >查询
                    </a-button>
                    <a-button type="primary" icon="plus" style="margin-left: 8px" @click="addOrderdialog = true"
                    <!-- <a-button type="primary" icon="plus" style="margin-left: 8px" @click="addOrderdialog = true"
                      >创建充值订单
                    </a-button>
                    </a-button> -->
                    <a-button type="primary" icon="vertical-align-bottom" style="margin-left: 8px" @click="getexport"
                      >导出搜索数据
                    </a-button>
@@ -243,28 +243,28 @@
          dataIndex: 'orderSn',
          align: 'center',
        },
        {
          title: '账户类型',
          dataIndex: 'assetsType',
          align: 'center',
          customRender: (text, row, index) => {
            switch (text) {
              case 'US':
                return '美股账户'
              case 'MAS':
                return '马股账户'
              default:
                return '未知账户'
            }
          },
        },
        {
          title: '上传凭证',
          dataIndex: 'img',
          align: 'center',
          width: 180,
          scopedSlots: { customRender: 'img' },
        },
        // {
        //   title: '账户类型',
        //   dataIndex: 'assetsType',
        //   align: 'center',
        //   customRender: (text, row, index) => {
        //     switch (text) {
        //       case 'US':
        //         return '美股账户'
        //       case 'MAS':
        //         return '马股账户'
        //       default:
        //         return '未知账户'
        //     }
        //   },
        // },
        // {
        //   title: '上传凭证',
        //   dataIndex: 'img',
        //   align: 'center',
        //   width: 180,
        //   scopedSlots: { customRender: 'img' },
        // },
        {
          title: '客户电话',
          dataIndex: 'userPhone',