新币+dapp app 前端
dcc
2024-05-21 acab42b1a2f23f4ed19d004265c7fb49e8394ac3
src/components/popup-delivery/index.vue
@@ -107,7 +107,8 @@
        { id: 2, text: this.detailData.state !== 'created' ? this.$t('现价') : this.$t('结算价格'), key: 'close_price' },
        { id: 3, text: this.$t('方向'), key: 'direction' },
        { id: 4, text: this.$t('数量'), key: 'amount', extro: 'USDT' },
        { id: 5, text: this.$t('交割时间'), key: 'settlement_time' }
        { id: 5, text: this.$t('交割时间'), key: 'settlement_time' },
        { id: 6, text: this.$t('下单时间'), key: 'open_time' }
      ]
    }
  },