main
panliang 2024-05-03 18:31:54 +08:00
parent e5c4531406
commit 6024c46b0b
1 changed files with 2 additions and 4 deletions

View File

@ -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