提交 63818c08 authored 作者: 郑伟娜's avatar 郑伟娜

修改bug

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