Commit 09d3a58e authored by zhengke's avatar zhengke

修改

parent e2a8770a
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<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="合计收入"> <el-table-column label="合计收入">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.AllPrice+scope.row.YFMoney}} {{scope.row.AllPrice+scope.row.YSMoney}}
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
......
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