Commit c6abb9eb by yuzhenWang

修改字段

parent 4a34dc18
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
/> />
</view> </view>
<view class="contentItem"> <view class="contentItem">
<text>居住地址</text> <text style="margin-left: 12rpx;">居住地址</text>
<view> <view>
<input <input
maxlength="50" maxlength="50"
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<span class="content-box-title cell">{{pointItem.name}}</span> <span class="content-box-title cell">{{pointItem.name}}</span>
<span class="content-box-title cell">{{pointItem.orderNum}}</span> <span class="content-box-title cell">{{pointItem.orderNum}}</span>
<span class="content-box-title cell">{{pointItem.coursePrice}}</span> <span class="content-box-title cell">{{pointItem.coursePrice}}</span>
<span class="content-box-title cell" >{{pointItem.monthStandardSales || '0.00'}}</span> <span class="content-box-title cell" >{{pointItem.standardSales || '0.00'}}</span>
</view> </view>
</view> </view>
<view v-else-if="currentBtn == '2'&& currentFilterBtn=='3'&& myTeamAchievementList.length>0"> <view v-else-if="currentBtn == '2'&& currentFilterBtn=='3'&& myTeamAchievementList.length>0">
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
<span class="content-box-title cell">{{pointItem.saleDate}}</span> <span class="content-box-title cell">{{pointItem.saleDate}}</span>
<span class="content-box-title cell">{{pointItem.orderNum}}</span> <span class="content-box-title cell">{{pointItem.orderNum}}</span>
<span class="content-box-title cell">{{pointItem.coursePrice}}</span> <span class="content-box-title cell">{{pointItem.coursePrice}}</span>
<span class="content-box-title cell" >{{pointItem.monthStandardSales || '0.00'}}</span> <span class="content-box-title cell" >{{pointItem.standardSales || '0.00'}}</span>
</view> </view>
</view> </view>
<view class="empty" v-else> <view class="empty" v-else>
......
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