uu
This commit is contained in:
parent
33a5b22e2f
commit
5ceeecf5a8
@ -27,7 +27,7 @@
|
||||
</u-row>
|
||||
</view>
|
||||
<view v-if="item.calcExp" class="pt-10">
|
||||
<text class="clr-sub">描述</text> {{item.remark}}
|
||||
<text class="clr-sub">描述</text> {{item.remark || '-'}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
<u-row justify="between">
|
||||
<u-row>
|
||||
<text class="clr-sub pr-10">费用备注</text>
|
||||
<text>{{modelInfo.feeRemaker}}</text>
|
||||
<text>{{modelInfo.feeRemaker || '-'}}</text>
|
||||
</u-row>
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
@ -40,7 +40,9 @@
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
<view v-for="(item, index) in resData.list" class="yditem">
|
||||
<view v-for="(item, index) in resData.list" class="yditem"
|
||||
@click="goto(`post/detail?billCode=${item.billCode}`)"
|
||||
>
|
||||
<u-row>
|
||||
<u-col span="8">
|
||||
<text class="">{{item.billCode}}</text>
|
||||
|
||||
@ -40,7 +40,9 @@
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
<view v-for="(item, index) in resData.list" class="yditem">
|
||||
<view v-for="(item, index) in resData.list" class="yditem"
|
||||
@click="goto(`post/detail?billCode=${item.billCode}`)"
|
||||
>
|
||||
<u-row>
|
||||
<u-col span="8">
|
||||
<text class="">{{item.billCode}}</text>
|
||||
|
||||
@ -40,7 +40,9 @@
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
<view v-for="(item, index) in resData.list" class="yditem">
|
||||
<view v-for="(item, index) in resData.list" class="yditem"
|
||||
@click="goto(`post/detail?billCode=${item.billCode}`)"
|
||||
>
|
||||
<u-row>
|
||||
<u-col span="8">
|
||||
<text class="">{{item.billCode}}</text>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user