fix
This commit is contained in:
parent
ad3c20ec41
commit
c68be919d0
|
|
@ -138,6 +138,7 @@ export default ((props) => {
|
|||
{
|
||||
title: '拒绝原因',
|
||||
dataIndex: 'reason',
|
||||
ellipsis: true,
|
||||
width: "15%",
|
||||
align:'left',
|
||||
render: (value) => value || "--"
|
||||
|
|
|
|||
Loading…
Reference in New Issue