status
parent
e5c4531406
commit
6024c46b0b
|
|
@ -23,9 +23,7 @@ const baseColums = [
|
|||
{
|
||||
title: '审核状态',
|
||||
dataIndex: 'taskable.status',
|
||||
format: (value) => {
|
||||
return statusFun(value, 'task_hygienes', 'name')
|
||||
},
|
||||
format: (value) => statusFun(value, 'task_hygienes', 'name'),
|
||||
},
|
||||
{
|
||||
title: '申请人',
|
||||
|
|
@ -55,7 +53,7 @@ const baseColums = [
|
|||
type: 'album'
|
||||
},
|
||||
{
|
||||
title: '拒绝原因',
|
||||
title: '未通过原因',
|
||||
dataIndex: 'taskable.workflow_check.check_remarks',
|
||||
labelPosition: 'top',
|
||||
isShow: (row) => row?.taskable?.workflow_check.check_status == 4
|
||||
|
|
|
|||
Loading…
Reference in New Issue