新大宝股票管理后台
1
admin
2026-01-14 dcfcf2462cf305873c22af4b92cff40288ac5301
1
3 files modified
30 ■■■■ changed files
.env.development 4 ●●●● patch | view | raw | blame | history
src/views/capital/withdrawallist.vue 24 ●●●● patch | view | raw | blame | history
src/views/userlist/components/editCapitaluserdialog.vue 2 ●●●●● patch | view | raw | blame | history
.env.development
@@ -10,5 +10,5 @@
# VUE_APP_API_BASE_URL= https://www.prudentcapitals.net/
# VUE_APP_API_BASE_URL=https://api.guosen.org/
VUE_APP_API_BASE_URL=https://dgapi.shengliankeji.top/
# VUE_APP_API_BASE_URL=http://192.168.10.5:8091/
# VUE_APP_API_BASE_URL=https://dgapi.shengliankeji.top/
VUE_APP_API_BASE_URL=http://192.168.10.5:8219/
src/views/capital/withdrawallist.vue
@@ -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',
          },
src/views/userlist/components/editCapitaluserdialog.vue
@@ -53,6 +53,8 @@
      switch (value.accectType) {
        case 'US':
          return `美元(${value.symbol} ${value.availableBalance})`
        case 'JP':
          return `日元(${value.symbol} ${value.availableBalance})`
        case 'MAS':
          return `马来西亚(${value.symbol} ${value.availableBalance})`
        case 'HK':