|
@@ -58,10 +58,10 @@
|
|
|
<view class="hui">提交时间</view>
|
|
|
<view class="text">{{ item.createTime }}</view>
|
|
|
</view>
|
|
|
- <view class="flex">
|
|
|
+ <!-- <view class="flex">
|
|
|
<view class="hui">申请费用</view>
|
|
|
<view class="text">{{ item.maintenancePricePass }}</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class="flex">
|
|
|
<view class="hui">客户地址</view>
|
|
|
<view class="text">{{ item.address || '无' }}</view>
|
|
@@ -325,6 +325,7 @@ export default {
|
|
|
}
|
|
|
.text,
|
|
|
.hui {
|
|
|
+ min-width: 140rpx;
|
|
|
font-size: 28rpx;
|
|
|
margin-top: 16rpx;
|
|
|
}
|