提交 e3031654 authored 作者: matian's avatar matian

bug fixes

上级 d2c7dbc7
......@@ -29,9 +29,9 @@
</tr>
<tr>
<th>到账金额</th>
<td>{{ dealList.amount_received }}</td>
<td>{{ row.amount_received }}</td>
<th>手续费</th>
<td>{{ dealList.service_charge }}</td>
<td>{{ row.service_charge }}</td>
<th>到账时间</th>
<td colspan="3">{{ row.payment_time }}</td>
</tr>
......@@ -76,6 +76,7 @@ export default {
mounted() {
this.row = JSON.parse(this.$route.query.row)
this.dealList = JSON.parse(this.$route.query.dealList)
console.log(JSON.parse(this.$route.query.dealList), 'ppppppp')
}
}
</script>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论