修改加班申请申请人详情页文字描述
parent
50888f9bca
commit
a7496fe50b
|
|
@ -53,7 +53,7 @@ const columns = [
|
||||||
{ title: '开始时间', dataIndex: 'start_format' },
|
{ title: '开始时间', dataIndex: 'start_format' },
|
||||||
{ title: '结束时间', dataIndex: 'end_format' },
|
{ title: '结束时间', dataIndex: 'end_format' },
|
||||||
{ title: '加班时长', dataIndex: 'hours',format: (value) => value + ' 小时' },
|
{ title: '加班时长', dataIndex: 'hours',format: (value) => value + ' 小时' },
|
||||||
{ title: '请假事由', dataIndex: 'reason', labelPosition: 'top' },
|
{ title: '加班事由', dataIndex: 'reason', labelPosition: 'top' },
|
||||||
{
|
{
|
||||||
title: '未通过原因',
|
title: '未通过原因',
|
||||||
dataIndex: 'workflow_check.check_remarks',
|
dataIndex: 'workflow_check.check_remarks',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue