新版交易所前段管理后台
1
PC-20250623MANY\Administrator
2025-10-17 15a0e50e48ef7c165140f3bf315a0a7f9ee742c3
1
2 files modified
8 ■■■■ changed files
src/crud/order/c2c_order.js 4 ●●●● patch | view | raw | blame | history
src/views/modules/c2c/c2c_pay_order.vue 4 ●●●● patch | view | raw | blame | history
src/crud/order/c2c_order.js
@@ -96,10 +96,10 @@
      search: true,
      dicData:[{
        label:'买入',
        value:'recharge'
        value:'buy'
      },{
        label:'卖出',
        value:'withdraw'
        value:'sell'
      }]
    },{
      label: '支付币种',
src/views/modules/c2c/c2c_pay_order.vue
@@ -142,8 +142,8 @@
        ),
      }).then(({ data }) => {
        console.log(data.total);
        this.dataList = data.data;
        this.page.total = data.total;
        this.dataList = data.data.records;
        this.page.total = data.data.total;
        this.dataListLoading = false;
        if (done) {
          done();