修改出差报备申请人详情页文字描述

main
sheng 2024-05-27 16:39:37 +08:00
parent 70df8845c0
commit 50888f9bca
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
]