修改出差报备申请人详情页文字描述
parent
70df8845c0
commit
50888f9bca
|
|
@ -38,7 +38,7 @@ const columns = [
|
|||
{ title: '目的地', dataIndex: 'address' },
|
||||
{ title: '开始时间', dataIndex: 'start_format' },
|
||||
{ title: '结束时间', dataIndex: 'end_format' },
|
||||
{ title: '出差原因', dataIndex: 'reason', labelPosition: 'top' },
|
||||
{ title: '出差事由', dataIndex: 'reason', labelPosition: 'top' },
|
||||
{ title: '未通过原因', dataIndex: 'workflow_check.check_remarks', labelPosition: 'top', isShow: (data) => data?.workflow_check?.check_status == 4 },
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue