|
@@ -232,7 +232,7 @@ export default class Raise extends Component {
|
232
|
232
|
const otherInfo = [
|
233
|
233
|
{ head: '其他信息', body: '供核对数据使用' },
|
234
|
234
|
{ head: '认筹单编号', body: raiseDeatil.raiseRecordId || '', action: true },
|
235
|
|
- { head: '微信缴费单', body: orderDetail.tradeNo || '', action: true, hide: !(raiseOrder.payType == 'onLine' && (raiseDeatil.payStatus == 'refunded' || raiseDeatil.payStatus == 'paid')) },
|
|
235
|
+ { head: '微信缴费单', body: orderDetail.tradeNo || '', action: true, hide: !(raiseDeatil.payType == 'onLine' && (raiseDeatil.payStatus == 'refunded' || raiseDeatil.payStatus == 'paid')) },
|
236
|
236
|
{ head: '微信退费单', body: refundOrder.refundNo || '', action: true, hide: refundOrder.payStatus != 'refunded' },
|
237
|
237
|
]
|
238
|
238
|
|