From e7fb16bd70686b4bf3cd0699013d287c66872a1d Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 22 Aug 2022 15:24:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8A=B6=E6=80=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/extra/AppAddressBook/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/extra/AppAddressBook/components/List.vue b/packages/extra/AppAddressBook/components/List.vue index bfbf0711..96116c98 100644 --- a/packages/extra/AppAddressBook/components/List.vue +++ b/packages/extra/AppAddressBook/components/List.vue @@ -235,7 +235,7 @@ export default { {prop: 'departmentNames', label: '部门'}, {prop: 'mobile', label: '手机号'}, {slot: 'tags', label: '标签'}, - {prop: 'status', label: '账号状态', align: 'center', formart: v => v === 1 ? '已激活' : '未激活'} + {prop: 'status', label: '账号状态', align: 'center', formart: v => v == 1 ? '已激活' : '未激活'} ], defaultProps: { children: 'children',