From ce3533dad7bebb53ffc730b55e08092b19ae090c Mon Sep 17 00:00:00 2001
From: dengchaochao <m18576213742@163.com>
Date: Sat, 27 Jul 2024 21:58:06 +0800
Subject: [PATCH] 7.27更改东西
---
src/views/wallet/components/account.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/wallet/components/account.vue b/src/views/wallet/components/account.vue
index 10a70cf..79d1bf7 100644
--- a/src/views/wallet/components/account.vue
+++ b/src/views/wallet/components/account.vue
@@ -42,7 +42,7 @@
:class="heYueType == 1 ? 'tabActive' : ''"
@click="ChooseHeYueType(1)"
>
- {{ $t("message.home.jiaogeheyue") }}
+ {{ $t("message.jiaoyi['期权合约']") }}
</div>
<!-- <div-->
<!-- v-if="pageType !== 'forex'"-->
@@ -65,7 +65,7 @@
:empty-text="$t('message.home.noData')"
>
<el-table-column
- prop="create_time_ts"
+ prop="create_time"
:label="$t('message.home.kaicangshijian')"
:formatter="getFormatTime"
>
@@ -322,7 +322,8 @@
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);
--
Gitblit v1.9.3