Commit 04a36a33 authored by 王苓芝's avatar 王苓芝

凭证逻辑修改

parent 23eba8bb
...@@ -93,7 +93,7 @@ export default () => { ...@@ -93,7 +93,7 @@ export default () => {
hideInSearch: true, hideInSearch: true,
width: 120, width: 120,
order: 4, order: 4,
render: proofs => <a onClick={() => viewProofs(proofs)}>查看凭证</a>, render: (_, r) => <a onClick={() => viewProofs(r.proofs)}>查看凭证</a>,
}, },
{ {
title: '售后申诉', title: '售后申诉',
......
...@@ -60,7 +60,7 @@ export default () => { ...@@ -60,7 +60,7 @@ export default () => {
dataIndex: 'proofs', dataIndex: 'proofs',
hideInSearch: true, hideInSearch: true,
width: 100, width: 100,
render: proofs => <a onClick={() => viewProofs(proofs)}>查看凭证</a>, render: (_, r) => <a onClick={() => viewProofs(r.proofs)}>查看凭证</a>,
}, },
{ {
title: '售后申诉', title: '售后申诉',
......
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 to comment