| | |
| | | <div class="font-32 textColor">{{ orderTypes[item.content_type] }}</div> |
| | | <div class="text-grey font-26 mt-6"> |
| | | {{ item.createTime }} |
| | | (UTC+8) |
| | | |
| | | </div> |
| | | <!-- <div class="text-grey font-26 mt-6">{{ orderTypes[item.content_type] }}</div> --> |
| | | </div> |
| | |
| | | selectData: [ |
| | | { title: this.$t('全部'), type: '' }, |
| | | { title: this.$t('充值记录'), type: 'coin' }, |
| | | // { title: this.$t('合约交易'), type: 'contract' }, |
| | | { title: this.$t('交割合约'), type: 'contract' }, |
| | | { title: this.$t('理财'), type: 'finance' }, |
| | | { title: this.$t('闪兑'), type: 'flash' }, |
| | | { title: this.$t('币币交易'), type: 'exchange' }, |
| | | ], |
| | | type: "",//选中类型 |
| | |
| | | finance_buy: this.$t('购买'), |
| | | finance_back: this.$t('赎回'), |
| | | delivery_contract_open: this.$t('交割合约建仓'), |
| | | delivery_contract_close: this.$t('交割合约平仓') |
| | | delivery_contract_close: this.$t('交割合约平仓'), |
| | | flash: this.$t('闪兑'), |
| | | exchange_flash: this.$t('闪兑'), |
| | | } |
| | | }, |
| | | category() { |