提交 782756ec authored 作者: 郑伟娜's avatar 郑伟娜

Merge branch 'securityFund' into test

......@@ -162,9 +162,9 @@
</el-table-column>
<el-table-column label="规格/数量/金额" align="center">
<template slot-scope="scope">
{{ scope.row.goods_option_title }}<br/>
{{ scope.row.goods_price / 100 }}<br/>
x {{ scope.row.total }}<br/>
{{ scope.row.goods_option_title ? scope.row.goods_option_title : '--' }}<br/>
x {{ scope.row.total ? scope.row.total : '--' }}<br/>
{{ scope.row.goods_price / 100 ? scope.row.goods_price / 100 : '--' }}<br/>
</template>
</el-table-column>
<el-table-column prop="created_time" label="下单时间" width="180" align="center">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论