lxf
2025-07-09 2eb4dd6f50b75c9ec844d08eded5365cd79e4207
src/views/cryptos/AccountChange/index.vue
@@ -9,16 +9,16 @@
            :finished-text="list.length ? $t('已经全部加载完毕') : ''" @load="onLoad" :offset="130" class="pt-10 px-17" style="background: #fff;">
              <div class="p-15 bg-#f5f7f9 rounded-10 mb-10" v-for="(item, index) in list" :key="index">
                <div class="flex justify-between">
                  <span class="text-13 text-#8c8c8c">金額</span>
                  <span class="text-11 text-green">{{item.amount }}&nbsp;{{ item.wallet_type.toUpperCase() }}</span>
                  <span class="text-16 text-#8c8c8c">{{ $t('金额') }}</span>
                  <span class="text-14 text-green">{{item.amount }}&nbsp;{{ item.wallet_type.toUpperCase() }}</span>
                </div>
                <div class="flex justify-between py-5">
                  <span class="text-13 text-#8c8c8c">分類</span>
                  <span class="text-11">{{category[item.category]}}</span>
                  <span class="text-16 text-#8c8c8c">{{ $t('类型') }}</span>
                  <span class="text-14">{{category[item.category]}}</span>
                </div>
                <div class="flex justify-between">
                  <span class="text-13 text-#8c8c8c">日期</span>
                  <span class="text-11">{{ item.createTime }}</span>
                  <span class="text-16 text-#8c8c8c">{{ $t('日期') }}</span>
                  <span class="text-14">{{ item.createTime }}</span>
                </div>
              </div>
              <!-- <div class="flex items-center">