|
@@ -27,7 +27,7 @@
|
|
|
<el-row class="couponRow">
|
|
<el-row class="couponRow">
|
|
|
<el-col :span="12"> 实际收益: {{ ((unposted.money || 0) / 100).toFixed(2) }} </el-col>
|
|
<el-col :span="12"> 实际收益: {{ ((unposted.money || 0) / 100).toFixed(2) }} </el-col>
|
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
|
- {{ `技术服务费(${commissionRate}%):` }}:
|
|
|
|
|
|
|
+ {{ `技术服务费(${commissionRate}%)` }}:
|
|
|
{{ unposted.commission != null ? (unposted.commission / 100).toFixed(2) : "--" }}
|
|
{{ unposted.commission != null ? (unposted.commission / 100).toFixed(2) : "--" }}
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|