Commit e2a8770a authored by zhengke's avatar zhengke

修改

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