|
@@ -144,9 +144,16 @@
|
|
|
{{scope.row.num}}
|
|
{{scope.row.num}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
+<!-- <el-table-column label="运费金额" width="180" align="center">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ ¥{{ (order.payPostage || 0).toFixed(2) }}
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>-->
|
|
|
<el-table-column label="小计" align="center">
|
|
<el-table-column label="小计" align="center">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
- ¥{{scope.row.num*JSON.parse(scope.row.jsonInfo).price}}
|
|
|
|
|
|
|
+<!-- ¥{{scope.row.num*JSON.parse(scope.row.jsonInfo).price}}-->
|
|
|
|
|
+<!-- {{ (goodsTotal + (order.payPostage || 0)).toFixed(2) }}-->
|
|
|
|
|
+ ¥{{order.payPrice}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|