This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
<view class="function-item interactive card-interactive" @tap="$emit('enter', 'asset-package')"
|
<view class="function-item interactive card-interactive" @tap="$emit('enter', 'asset-package')"
|
||||||
role="button" tabindex="0">
|
role="button" tabindex="0">
|
||||||
<view class="function-icon">
|
<view class="function-icon">
|
||||||
<image src="/static/shop.png" mode="aspectFit" alt="资产套餐历史"></image>
|
<image src="/static/asset-package-history.png" mode="aspectFit" alt="资产套餐历史"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="function-name">资产套餐历史</view>
|
<view class="function-name">资产套餐历史</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<view class="flex-row-g20">
|
<view class="flex-row-g20">
|
||||||
<view class="title">{{ currentCardNo || '-' }}</view>
|
<view class="title">{{ currentCardNo || '-' }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="caption">到期时间:{{ deviceInfo.expireDate || '-' }}</view>
|
<view class="caption">套餐到期时间:{{ deviceInfo.expireDate || '-' }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="isDevice" class="tag-apple" :class="onlineStatus === '在线' ? 'tag-success' : 'tag-warning'">
|
<view v-if="isDevice" class="tag-apple" :class="onlineStatus === '在线' ? 'tag-success' : 'tag-warning'">
|
||||||
{{ onlineStatus }}
|
{{ onlineStatus }}
|
||||||
|
|||||||
Reference in New Issue
Block a user