xiongzhu 2 ani în urmă
părinte
comite
d7e9eb0724
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/views/AccountsView.vue

+ 1 - 1
src/views/AccountsView.vue

@@ -64,7 +64,7 @@
             <ElTableColumn prop="swapNum" label="swap" width="100" sortable></ElTableColumn>
             <ElTableColumn prop="lastSwap" label="swap" width="150" :formatter="timeFormatter" sortable></ElTableColumn>
             <ElTableColumn prop="mintNum" label="mint" width="100" sortable></ElTableColumn>
-            <ElTableColumn prop="mint" label="mint时间" width="150" :formatter="timeFormatter" sortable></ElTableColumn>
+            <ElTableColumn prop="lastMint" label="mint时间" width="150" :formatter="timeFormatter" sortable></ElTableColumn>
             <ElTableColumn width="80" fixed="right">
                 <template #default="{ row }">
                     <ElButton type="danger" size="small" @click="deleteAccount(row)">删除</ElButton>