Commit bf7cd662 authored by 李智书's avatar 李智书

1.提交更新修改样式;

parent b6a99174
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<view class="hairline" <view class="hairline"
style="width: 620rpx;height: 1rpx;background-color: #E6E6E6;margin: 0 auto;margin-top: 28rpx;"> style="width: 620rpx;height: 1rpx;background-color: #E6E6E6;margin: 0 auto;margin-top: 28rpx;">
</view> </view>
<view class="contentTxt"> <view class="contentTxt" @tap="PayProgressDetails(item)">
<view class="left"> <view class="left">
<text>未交纳人数:</text> <text>未交纳人数:</text>
<text>{{item.nopayNum}}</text> <text>{{item.nopayNum}}</text>
...@@ -53,7 +53,8 @@ ...@@ -53,7 +53,8 @@
</view> </view>
</view> </view>
<view class="listitem botto" style="align-items: baseline;"> <view class="listitem botto" style="align-items: baseline;">
<van-icon name="clock-o" /> <text class="Tips">{{item.diffTime}}收费结束</text> <van-icon name="clock-o" /> <text class="Tips"
@tap="PayProgressDetails(item)">{{item.diffTime}}收费结束</text>
<view class="OneExpediting" v-if="item.nopayNum>0" @click="OneExpeditingPop(item)"> <view class="OneExpediting" v-if="item.nopayNum>0" @click="OneExpeditingPop(item)">
一键催交 一键催交
</view> </view>
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<!-- 备注 --> <!-- 备注 -->
<view class="remarks"> <view class="remarks">
<text class="remarksTxt"> <text class="remarksTxt">
{{remarksType[ChargeProDetail.notesType-1]}} 备注
</text> </text>
<view class="remarksTextarea"> <view class="remarksTextarea">
{{ChargeProDetail.remarks||''}} {{ChargeProDetail.remarks||''}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment