|
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
|
|
<template> |
|
|
|
<view class="footprint-box"> |
|
|
|
<global-loading /> |
|
|
@ -11,12 +12,12 @@ |
|
|
|
<view class="wid function-box"> |
|
|
|
<!-- <view class="finishbox" @click="finishClick" v-if="allCheckShow">{{$t('common.finish')}}</view>--> |
|
|
|
<view v-if="allCheckShow" class="flex-row-plus editicon-box flex-items fs28" @click="finishClick"> |
|
|
|
<image class="editicon" src="https://wechat.hnthee.com/ceres-local-file/image/title_finish.png"></image> |
|
|
|
<label class="mar-left-10">{{$t('common.finish')}}</label> |
|
|
|
<image class="editicon" src="@/static/images/temp/title_finish.png"></image> |
|
|
|
<!-- <label class="mar-left-10">{{$t('common.finish')}}</label>--> |
|
|
|
</view> |
|
|
|
<view v-else class="flex-row-plus editicon-box flex-items fs28" @click="editClick"> |
|
|
|
<image class="editicon" src="https://wechat.hnthee.com/ceres-local-file/image/title_edit.png"></image> |
|
|
|
<label class="mar-left-10">{{$t('common.edit')}}</label> |
|
|
|
<image class="editicon" src="@/static/images/temp/title_edit.png"></image> |
|
|
|
<!-- <label class="mar-left-10">{{$t('common.edit')}}</label>--> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="swipe-box u-skeleton" v-for="(ditem, findex) in footprintList" :key="findex" > |
|
|
|