Commit 7eefd136 authored by 武广's avatar 武广

Merge branch 'feature/202210171920' into 'master'

fix: 优化字段

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