修改加班申请申请人详情页文字描述

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

View File

@ -53,7 +53,7 @@ const columns = [
{ title: '开始时间', dataIndex: 'start_format' },
{ title: '结束时间', dataIndex: 'end_format' },
{ title: '加班时长', dataIndex: 'hours',format: (value) => value + ' 小时' },
{ title: '请假事由', dataIndex: 'reason', labelPosition: 'top' },
{ title: '加班事由', dataIndex: 'reason', labelPosition: 'top' },
{
title: '未通过原因',
dataIndex: 'workflow_check.check_remarks',