| | |
| | | :class="heYueType == 1 ? 'tabActive' : ''" |
| | | @click="ChooseHeYueType(1)" |
| | | > |
| | | {{ $t("message.home.jiaogeheyue") }} |
| | | {{ $t("message.jiaoyi['期权合约']") }} |
| | | </div> |
| | | <!-- <div--> |
| | | <!-- v-if="pageType !== 'forex'"--> |
| | |
| | | :empty-text="$t('message.home.noData')" |
| | | > |
| | | <el-table-column |
| | | prop="create_time_ts" |
| | | prop="create_time" |
| | | :label="$t('message.home.kaicangshijian')" |
| | | :formatter="getFormatTime" |
| | | > |
| | |
| | | handleSymbolImg, |
| | | mergeSort, |
| | | getFormatTime(row, column, cellValue, index) { |
| | | return dayjs.unix(cellValue).format("YYYY-MM-DD HH:mm:ss"); |
| | | return cellValue |
| | | // return dayjs.unix(cellValue).format("YYYY-MM-DD HH:mm:ss"); |
| | | }, |
| | | gotoPage(path) { |
| | | this.$router.push(path); |