diff --git a/src/pages/business/detail.vue b/src/pages/business/detail.vue index f2d5bf3..a81987d 100644 --- a/src/pages/business/detail.vue +++ b/src/pages/business/detail.vue @@ -38,7 +38,7 @@ const columns = [ { title: '目的地', dataIndex: 'address' }, { title: '开始时间', dataIndex: 'start_format' }, { title: '结束时间', dataIndex: 'end_format' }, - { title: '出差原因', dataIndex: 'reason', labelPosition: 'top' }, + { title: '出差事由', dataIndex: 'reason', labelPosition: 'top' }, { title: '未通过原因', dataIndex: 'workflow_check.check_remarks', labelPosition: 'top', isShow: (data) => data?.workflow_check?.check_status == 4 }, ]