钱包时间字段更新

master
gongfuxiang 2024-02-29 15:42:59 +08:00
parent e17b7a4506
commit 0689194ee8
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<view v-if="data_list.length > 0" class="data-list">
<view v-for="(item, index) in data_list" :key="index" class="item padding-main border-radius-main oh bg-white spacing-mb">
<view class="base oh br-b-dashed padding-bottom-main flex-row jc-sb align-c">
<text class="cr-grey-9">{{ item.add_time_time }}</text>
<text class="cr-grey-9">{{ item.add_time }}</text>
<text :class="item.status === 0 ? 'cr-black' : item.status === 1 ? 'cr-grey-c' : 'cr-red'">{{ item.status_name }}</text>
</view>
<view class="content margin-top">

View File

@ -11,7 +11,7 @@
<view v-if="data_list.length > 0" class="data-list">
<view v-for="(item, index) in data_list" :key="index" class="item padding-main border-radius-main oh bg-white spacing-mb">
<view class="base oh br-b-dashed padding-bottom-main flex-row jc-sb align-c">
<text class="cr-grey-9">{{ item.add_time_time }}</text>
<text class="cr-grey-9">{{ item.add_time }}</text>
<text :class="item.status == 0 ? 'cr-main' : 'cr-grey-c'">{{ item.status_name }}</text>
</view>
<view class="content margin-top">

View File

@ -12,7 +12,7 @@
<view v-for="(item, index) in data_list" :key="index" class="item padding-main border-radius-main oh bg-white spacing-mb">
<view class="base oh br-b-dashed padding-bottom-main flex-row jc-sb align-c">
<text>{{ item.status_name }}</text>
<text class="cr-grey-9">{{ item.add_time_time }}</text>
<text class="cr-grey-9">{{ item.add_time }}</text>
</view>
<view class="content margin-top-main">
<navigator :url="'/pages/plugins/wallet/wallet-log-detail/wallet-log-detail?id=' + item.id" hover-class="none">