From 5826d9d74799eee775dc40d1e0b7ca4a27042f4f Mon Sep 17 00:00:00 2001
From: wanggongfeng <1305282856@qq.com>
Date: Fri, 24 Apr 2020 17:55:33 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8C=BF=E5=90=8D=E6=A0=87?=
=?UTF-8?q?=E8=AF=86=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/custom/evaluateinfo.vue | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/views/modules/custom/evaluateinfo.vue b/src/views/modules/custom/evaluateinfo.vue
index bdf9e473..337f2e0d 100644
--- a/src/views/modules/custom/evaluateinfo.vue
+++ b/src/views/modules/custom/evaluateinfo.vue
@@ -72,6 +72,7 @@
+
@@ -178,6 +179,14 @@ export default {
} else if (state === 2) {
return '吐槽'
}
+ },
+ formatAnonymousFlag: function (row) {
+ let state = row.roleCode
+ if (state === '1') {
+ return '是'
+ } else if (state === '0') {
+ return '否'
+ }
}
}
}