新大宝股票管理后台
1
admin
2026-01-28 19a06d7cd879f8344757908a1f8c6c10cc22c370
src/views/capital/withdrawallist.vue
@@ -204,17 +204,26 @@
              customRender: 'withStatus'
            },
          },
          // {
          //   title: '提现银行',
          //   dataIndex: 'bankName',
          //   align: 'center',
          // },
          // {
          //   title: '提现支行',
          //   dataIndex: 'bankAddress',
          //   align: 'center',
          //   width: 200,
          // },
          {
            title: '提现银行',
            dataIndex: 'bankName',
            align: 'center',
          },
          {
            title: '分行名称',
            dataIndex: 'bankAddress',
            align: 'center',
          },
          {
            title: '分行代码',
            dataIndex: 'branchCode',
            align: 'center',
          },
          {
            title: '账户持有人姓名',
            dataIndex: 'cardholderName',
            align: 'center',
          },
          {
            title: '银行号码或提现地址',
            dataIndex: 'bankNo',