1
jhzh
2024-08-12 f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff
src/views/wallet/components/account.vue
@@ -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);