From ceb485ff4c80270ef476f4c7bd9cf987cf25618b Mon Sep 17 00:00:00 2001 From: yangshaoping <123456> Date: Thu, 19 Mar 2020 16:05:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E9=99=8C=E7=94=9F=E4=BA=BA?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E5=88=97=E8=A1=A8=E5=89=8D=E5=8F=B0=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=88=9D=E7=89=88--=E4=BD=8D=E7=BD=AE=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E6=98=AF=E5=90=A6=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/modules/resi/strangeraccessrecord.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/epmet-oper-web/src/views/modules/resi/strangeraccessrecord.vue b/epmet-oper-web/src/views/modules/resi/strangeraccessrecord.vue index b99418d..cfcad78 100644 --- a/epmet-oper-web/src/views/modules/resi/strangeraccessrecord.vue +++ b/epmet-oper-web/src/views/modules/resi/strangeraccessrecord.vue @@ -2,7 +2,7 @@
- + @@ -65,7 +65,11 @@ export default { } } }, - + methods: { + typeFormatter (row, clum) { + return row.isAuthorized === 0 ? '是' : '否' + } + }, components: { AddOrUpdate }