diff --git a/front/src/views/personalCenter/components/ApplyDetails.vue b/front/src/views/personalCenter/components/ApplyDetails.vue index f9cd16ae..e4c93573 100644 --- a/front/src/views/personalCenter/components/ApplyDetails.vue +++ b/front/src/views/personalCenter/components/ApplyDetails.vue @@ -120,36 +120,43 @@ title: '任务名称', dataIndex: 'activityName', key: 'activityName', + width: '180px', }, { title: '处理部门', dataIndex: 'assigneeDeptName', key: 'assigneeDeptName', + width: '180px', }, { title: '处理人', dataIndex: 'assigneeName', key: 'assigneeName', + width: '180px', }, { title: '任务开始时间', dataIndex: 'startTime', key: 'startTime', + width: '180px', }, { title: '任务结束时间', dataIndex: 'endTime', key: 'endTime', + width: '180px', }, { title: '审核意见', dataIndex: 'comment', key: 'comment', + width: '180px', }, { title: '任务时长', dataIndex: 'duration', key: 'duration', + width: '180px', }, ] const getInfo = () => {