89 lines
3.0 KiB
Plaintext
89 lines
3.0 KiB
Plaintext
<view class="content data-v-03179962">
|
|
<view class="item data-v-03179962" wx:for="{{a}}" wx:key="x">
|
|
<view class="dot data-v-03179962"></view>
|
|
<view class="tail data-v-03179962" wx:if="{{item.a}}"></view>
|
|
<view class="body data-v-03179962">
|
|
<view
|
|
class="{{['mileage-content','data-v-03179962',item.f&&'last']}}"
|
|
wx:if="{{b}}"
|
|
>
|
|
<view class="date data-v-03179962">{{item.b}}</view>
|
|
<view class="{{['unit','data-v-03179962',item.d&&'important']}}"
|
|
>{{item.c}}公里
|
|
</view>
|
|
<image
|
|
class="wraning data-v-03179962"
|
|
src="/static/svgs/icon_warning_1.svg"
|
|
wx:if="{{item.e}}"
|
|
></image>
|
|
</view>
|
|
<view class="record-content data-v-03179962" wx:if="{{c}}">
|
|
<view class="title data-v-03179962">
|
|
<view class="data-v-03179962">{{item.g}}</view>
|
|
<view class="data-v-03179962" wx:if="{{item.h}}">{{item.i}}元</view>
|
|
<view class="data-v-03179962" wx:if="{{item.j}}">{{item.k}}公里</view>
|
|
</view>
|
|
<view class="record-info data-v-03179962" wx:if="{{item.l}}">
|
|
<text class="data-v-03179962">
|
|
<text class="data-v-03179962" style="font-weight: bold"
|
|
>明细:</text
|
|
>
|
|
{{item.m}}</text
|
|
>
|
|
<text class="data-v-03179962">
|
|
<text class="data-v-03179962" style="font-weight: bold"
|
|
>材料:</text
|
|
>
|
|
{{item.n}}</text
|
|
>
|
|
</view>
|
|
<view class="record-info data-v-03179962" wx:if="{{item.o}}">
|
|
<text class="data-v-03179962">
|
|
<text class="data-v-03179962" style="font-weight: bold"
|
|
>类型:</text
|
|
>
|
|
{{item.p}}</text
|
|
>
|
|
<text class="data-v-03179962">
|
|
<text class="data-v-03179962" style="font-weight: bold"
|
|
>备注:</text
|
|
>
|
|
{{item.q}}</text
|
|
>
|
|
</view>
|
|
</view>
|
|
<view class="record-content data-v-03179962" wx:if="{{d}}">
|
|
<view class="title data-v-03179962">
|
|
<view class="data-v-03179962">{{item.r}}</view>
|
|
</view>
|
|
<view class="record-info data-v-03179962">
|
|
<text class="data-v-03179962">
|
|
<text class="data-v-03179962" style="font-weight: bold"
|
|
>地点:</text
|
|
>
|
|
{{item.s}}</text
|
|
>
|
|
<text class="data-v-03179962">
|
|
<text class="data-v-03179962" style="font-weight: bold"
|
|
>原因:</text
|
|
>
|
|
{{item.t}}</text
|
|
>
|
|
<text class="data-v-03179962">
|
|
<text class="data-v-03179962" style="font-weight: bold"
|
|
>扣分:</text
|
|
>
|
|
{{item.v}}</text
|
|
>
|
|
<text class="data-v-03179962">
|
|
<text class="data-v-03179962" style="font-weight: bold"
|
|
>付款:</text
|
|
>
|
|
{{item.w}}</text
|
|
>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|