提交 420dce4f authored 作者: 何忠建's avatar 何忠建

优化调整

上级 c965af60
......@@ -130,12 +130,12 @@ const columns = [
key: 'shareMoney',
align: 'center',
},
{
title: '订单金额',
dataIndex: 'totalMoney',
key: 'totalMoney',
align: 'center',
},
// {
// title: '订单金额',
// dataIndex: 'totalMoney',
// key: 'totalMoney',
// align: 'center',
// },
{
title: '支付方式',
dataIndex: 'payWay',
......@@ -246,7 +246,7 @@ export default {
//申请对账
toReconciliation(record) {
this.visibleReconciliation = true
this.info.amount = record.totalMoney
this.info.amount = record.shareMoney
this.info.data = record.createTime
this.model.id = record.id
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论