1
jhzh
2025-04-04 9b2bee1321e99dfce7fe8442f750b1300391e841
src/components/history-item/index.vue
@@ -39,7 +39,7 @@
            </div>
            <div class="data-item right-text">
                <div class="title">{{ $t('成交量') }}({{ entrust.symbol }})</div>
                <div class="text">{{ ((entrust.price * entrust.volume) / coinPrice).toFixed(5) }}</div>
                <div class="text">{{ entrust.volume.toFixed(5) }}</div>
            </div>
        </div>
    </div>