jhzh
2025-04-27 c6c703c80be3ee1f1f2d28f820c4d3b730e17040
pages/assets/recharge.vue
@@ -150,7 +150,7 @@
                  </thead>
                  <tbody class="">
                     <tr class="color-light trChange p-x-md" v-for="(item) in list" :key="item.id">
                        <td class="p-y-xs p-l-md rounded-tl-sm rounded-bl-sm">{{item.datetime|parseTime}}</td>
                        <td class="p-y-xs p-l-md rounded-tl-sm rounded-bl-sm">{{item.created_at}}</td>
                        <td>
                           <view v-if="item.status==0">{{$t('assets.d1')}}</view>
                           <view v-if="item.status==1" class="color-buy">{{$t('assets.d2')}}</view>