From ef6d5d2222d42e422db79a393c12354a1ae2959e Mon Sep 17 00:00:00 2001 From: songyunpeng Date: Fri, 11 Sep 2020 16:39:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=97=E6=84=BF=E8=80=85=E6=97=B6=E9=95=BF?= =?UTF-8?q?=E5=90=8E=E7=BC=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/user/volunteerinfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/user/volunteerinfo.vue b/src/views/modules/user/volunteerinfo.vue index 93d0fbf..a091dfe 100644 --- a/src/views/modules/user/volunteerinfo.vue +++ b/src/views/modules/user/volunteerinfo.vue @@ -278,9 +278,9 @@ export default { kindnessTimeState: function (row, column) { var state = row.kindnessTime if (state === 0) { - return '0分钟' + return '0小时' } else { - return state + '分钟' + return state + '小时' } }, // 审批状态转换