Commit c6abb9eb by yuzhenWang

修改字段

parent 4a34dc18
......@@ -124,7 +124,7 @@
/>
</view>
<view class="contentItem">
<text>居住地址</text>
<text style="margin-left: 12rpx;">居住地址</text>
<view>
<input
maxlength="50"
......
......@@ -105,7 +105,7 @@
<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.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 v-else-if="currentBtn == '2'&& currentFilterBtn=='3'&& myTeamAchievementList.length>0">
......@@ -113,7 +113,7 @@
<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.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 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