Commit 023c102d authored by 武广's avatar 武广

fix: 优化字段

parent e2eb48fd
......@@ -252,7 +252,7 @@ const OrderList = props => {
dataIndex: 'receiverName',
rowSpanMode: 'auto',
width: 150,
render: ({ value, record }) => `${value}/${record.receiverMobile}`,
render: ({ value, record }) => `${value || '-'}/${record.receiverMobile || '-'}`,
},
{
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