Commit 2438b3b8 authored by zhengke's avatar zhengke

修改

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