新大宝股票管理后台
1
admin
2026-01-21 ebe3dedaa73b16be906c9bc8c4c11f0270cd92ed
src/views/capital/withdrawallist.vue
@@ -127,8 +127,8 @@
      <div slot="footer" style="display: flex; justify-content: center; align-items: center">
        <a-button type="primary" style="background-color: " @click="OkeditOrderdialog(3)">驳回</a-button>
        <a-button type="primary" @click="OkeditOrderdialog(2)">通过</a-button>
        <a-button type="primary" @click="OkeditOrderdialog(1)">代付1</a-button>
        <a-button type="primary" @click="OkeditOrderdialog(4)">代付2</a-button>
        <!-- <a-button type="primary" @click="OkeditOrderdialog(1)">代付1</a-button>
        <a-button type="primary" @click="OkeditOrderdialog(4)">代付2</a-button> -->
      </div>
    </a-modal>
  </page-header-wrapper>
@@ -204,19 +204,19 @@
              customRender: 'withStatus'
            },
          },
          // {
          //   title: '提现银行',
          //   dataIndex: 'bankName',
          //   align: 'center',
          // },
          // {
          //   title: '提现支行',
          //   dataIndex: 'bankAddress',
          //   align: 'center',
          //   width: 200,
          // },
          {
            title: '提现银行',
            dataIndex: 'bankName',
            align: 'center',
          },
          {
            title: '提现支行',
            dataIndex: 'bankAddress',
            align: 'center',
            width: 200,
          },
          {
            title: '银行号码',
            title: '银行号码或提现地址',
            dataIndex: 'bankNo',
            align: 'center',
          },