From 425cb93e8d1fad05843e724b1380f59884ec80fe Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 22 Aug 2022 14:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E5=88=A4=E6=96=AD?= 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',