From 33e9cfe9600e16701a67362c6fc3e5b653fbcb25 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 1 Nov 2022 14:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/personalCenter/components/ApplyDetails.vue | 7 +++++++ 1 file changed, 7 insertions(+) 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 = () => {