From 85b5a895585612e6027c7bd490ed34133bdc4cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Wed, 8 Apr 2020 15:50:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=97=E6=84=BF=E8=80=85=E5=AE=A1=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/user/volunteerinfo.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/modules/user/volunteerinfo.vue b/src/views/modules/user/volunteerinfo.vue index 345cf010..4fc95d59 100644 --- a/src/views/modules/user/volunteerinfo.vue +++ b/src/views/modules/user/volunteerinfo.vue @@ -265,11 +265,11 @@ export default { auditStatusState: function (row, column) { let state = row.auditStatus if (state === '0') { - return '未审核' + return '自动通过' } else if (state === '1') { - return '审核通过' + return '手动审核通过' } else if (state === '2') { - return '审核不通过' + return '手动审核不通过' } else if (state === '3') { return '已拉入黑名单' }