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