|
@@ -83,7 +83,7 @@
|
|
|
{{detail.operData && detail.operData.orderCnt}}
|
|
|
</el-form-item>
|
|
|
<el-form-item label="营业额" style="width: 50%;margin-bottom:5px;" >
|
|
|
- <span :class="loading?'el-icon-loading':''"></span>{{detail.operData &&detail.operData.saleAmt}}
|
|
|
+ <span :class="loading?'el-icon-loading':''"></span>{{detail.operData &&detail.operData.saleAmt/100}}
|
|
|
</el-form-item>
|
|
|
</flexbox>
|
|
|
<flexbox
|
|
@@ -91,7 +91,7 @@
|
|
|
align="flex-start"
|
|
|
justify="flex-start">
|
|
|
<el-form-item label="佣金" style="width: 50%;margin-bottom:5px;" >
|
|
|
- <span :class="loading?'el-icon-loading':''">{{detail.operData && detail.operData.commAmt}} </span>
|
|
|
+ <span :class="loading?'el-icon-loading':''">{{detail.operData && detail.operData.commAmt/100}} </span>
|
|
|
</el-form-item>
|
|
|
</flexbox>
|
|
|
</el-form>
|