From 5785f162b11e541a319670abfc7d3f5ab5cf78b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B9=8F=E9=A3=9E?= Date: Sun, 26 Apr 2020 14:55:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BF=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/custom/evaluateinfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/custom/evaluateinfo.vue b/src/views/modules/custom/evaluateinfo.vue index 337f2e0d..4ae300b2 100644 --- a/src/views/modules/custom/evaluateinfo.vue +++ b/src/views/modules/custom/evaluateinfo.vue @@ -181,7 +181,7 @@ export default { } }, formatAnonymousFlag: function (row) { - let state = row.roleCode + let state = row.anonymousFlag if (state === '1') { return '是' } else if (state === '0') {