提交 94a85309 编写于 作者: lyf's avatar lyf

处理返现字段

上级 b8088866
......@@ -265,6 +265,15 @@
min-width="100"
align="center"
>
<template slot-scope="scope">
<!--<span>{{ scope.row.price }}</span>-->
<p v-if="scope.row.commissionAmount>0">
{{ scope.row.commissionAmount | toFixed2 }}
</p>
<p v-else>
-
</p>
</template>
</el-table-column>
<el-table-column
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册