交易所前端蓝色ui, 4.5 jiem
lxf
2025-04-18 66a33e936d39ec4db7fdffed5d646e044ccc43e9
src/page/tradeDetail/index.vue
@@ -3,8 +3,8 @@
    <div class="tradeDetail">
        <assets-head :title="$t('订单详情')" />
        <div class="header pl-32 pr-32 text-center ">
            <div class="textColor">{{ $t('币种') }}</div>
            <div class="mt-28 textColor">{{ detail.symbol ? detail.symbol.toUpperCase() : '--' }}/USDT</div>
            <!-- <div class="textColor">{{ $t('币种') }}</div> -->
            <!-- <div class="mt-28 textColor">{{ detail.symbol ? detail.symbol.toUpperCase() : '--' }}/USDT</div> -->
            <div class="mt-28 text-green">{{ detail.state ? handleText(detail.state) : '--' }}</div>
        </div>
        <div class="pl-32 pr-32 pt-80 pb-58">
@@ -48,6 +48,7 @@
<script>
import assetsHead from "@/components/assets-head";
import TradeApi from "@/API/trading.js";
import { getStorage } from "@/utils/utis";
export default {
    name: "orderDetail",
    data() {