Commit 4769089d authored by youjie's avatar youjie

no message

parent 7e46273a
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</el-table-column> </el-table-column>
<el-table-column label="总销售额"> <el-table-column label="总销售额">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.SalesMoney}} {{scope.row.SalesMoney?scope.row.SalesMoney:'-'}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="引流数量"> <el-table-column label="引流数量">
......
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