Commit f53fb824 by LJM

bug

parent bcf9ca22
Showing with 2 additions and 2 deletions
......@@ -179,9 +179,9 @@
</template>
</el-table-column>
<el-table-column prop="expire_status_val" label="是否有效" width="100"></el-table-column>
<el-table-column prop="price_origin" label="价格" width="100">
<el-table-column prop="price_rmb" label="价格" width="100">
<template slot-scope="scope">
<span>{{ scope.row.price_origin|floatZero }}</span>
<span>{{ scope.row.price_rmb|floatZero }}</span>
</template>
</el-table-column>
<el-table-column prop="currency" label="币种" width="100"></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 sign in to comment