Commit e7164ce0 authored by Mac's avatar Mac

1

parent e6f2cbdc
......@@ -146,7 +146,7 @@
<el-table-column label="手续费" prop="ServiceCharge" width="80">
<template slot-scope="scope">
<span v-if="scope.row.OrderNo=='小计' ">{{scope.row.ServiceCharge-scope.row.ReturnServiceCharge}} </span>
<span v-if="scope.row.OrderNo=='小计' ">{{(scope.row.ServiceCharge-scope.row.ReturnServiceCharge).toFixed(2)}} </span>
<span v-else >{{scope.row.ServiceCharge}}<span style=" color: #ff4544;" v-if="scope.row.ReturnServiceCharge>0">-{{scope.row.ReturnServiceCharge}}</span> </span>
</template>
......
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