@@ -257,7 +257,7 @@
</el-table-column>
<el-table-column label="小计" align="center">
<template slot-scope="scope" >
- ¥{{(JSON.parse(scope.row.jsonInfo).price * 3).toFixed(2)}}
+ ¥{{(JSON.parse(scope.row.jsonInfo).price * scope.row.num).toFixed(2)}}
</template>
</el-table>