lxf
2025-07-15 264ae424801ec3d1a1d6046121ecf3884deea069
src/components/foreign/foreign-popup-delivery/index.vue
@@ -107,7 +107,7 @@
    { id: 2, text: props.detailData.state !== 'created' ? t('现价') : t('结算价格'), key: 'close_price' },
    { id: 3, text: t('方向'), key: 'direction' },
    { id: 4, text: t('number'), key: 'amount', extro: 'USD' },
    { id: 5, text: t('交割时间'), key: 'settlement_time' }
    { id: 5, text: t('兑换时间'), key: 'settlement_time' }
  ]
})