订单管理清除搜索值及商品总价展示修复

master
Eratosici 5 years ago
parent f1d071ca98
commit a7c905fc6c

@ -253,7 +253,8 @@ export default {
}, },
// //
clearDatas () { clearDatas () {
this.dataForm = [] this.dataForm = {}
this.dateRange = []
}, },
// //
sizeChangeHandle (val) { sizeChangeHandle (val) {

@ -114,7 +114,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="totalPrice" label="总价" width="180" align="center"> <el-table-column prop="totalPrice" label="总价" width="180" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{scope.row.productTotalAmout}}</span> <span>{{scope.row.productTotalAmount}}</span>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

Loading…
Cancel
Save