dcc
2024-05-31 3d5dba0e5d348f567a6bd02e976cbc980d572fd5
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' }
      ]
    }
  },