diff --git a/src/pages/task/detail.vue b/src/pages/task/detail.vue index 2283bf1..c72139d 100644 --- a/src/pages/task/detail.vue +++ b/src/pages/task/detail.vue @@ -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