Commit bb49e00f authored by zhengke's avatar zhengke

修改

parent 7ccc34fc
...@@ -166,7 +166,11 @@ ...@@ -166,7 +166,11 @@
<!-- <span >{{((scope.row.GrossProfit *scope.row.CompanyProfitRate)/100).toFixed(2)}}</span>--> <!-- <span >{{((scope.row.GrossProfit *scope.row.CompanyProfitRate)/100).toFixed(2)}}</span>-->
<!-- </template>--> <!-- </template>-->
<!-- </el-table-column>--> <!-- </el-table-column>-->
<el-table-column prop="GrossProfitRate" label="毛利率" ></el-table-column> <el-table-column prop="GrossProfitRate" label="毛利率" width="100">
<template slot-scope="scope">
{{scope.row.GrossProfitRate}}%
</template>
</el-table-column>
</el-table> </el-table>
<el-pagination style="text-align:right" background @current-change="handleCurrentChange" :page-size="msg.pageSize" <el-pagination style="text-align:right" background @current-change="handleCurrentChange" :page-size="msg.pageSize"
layout="prev, pager, next" :total="count"> layout="prev, pager, next" :total="count">
......
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