| | |
| | | <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"> |
| | |
| | | <script> |
| | | import assetsHead from "@/components/assets-head"; |
| | | import TradeApi from "@/API/trading.js"; |
| | | import { getStorage } from "@/utils/utis"; |
| | | export default { |
| | | name: "orderDetail", |
| | | data() { |