Commit 2438b3b8 authored by zhengke's avatar zhengke

修改

parent e98dbf6c
......@@ -125,7 +125,11 @@
</template>
</el-table-column> -->
<el-table-column label="其他收入" prop="YSMoney" width="80"></el-table-column>
<el-table-column label="合计数" prop="AllPrice" ></el-table-column>
<el-table-column label="合计数">
<template slot-scope="scope">
{{scope.row.AllPrice+scope.row.YFMoney}}
</template>
</el-table-column>
</el-table-column>
<el-table-column label="营业成本" align="center">
......@@ -256,7 +260,7 @@
if(res.data.data.pageData.length>0){
res.data.data.pageData.push(this.OrderProfitLoss);
}
this.tableData = res.data.data.pageData
this.tableData = res.data.data.pageData;
this.count = res.data.data.count;
} else {
......
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