From f0c1efb4b1f718fdc9e2a1f63f1d59a51719b88a Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 21 Mar 2022 15:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=AE=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wechat/AppConference/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wechat/AppConference/detail.vue b/packages/wechat/AppConference/detail.vue index 6ad08148..554da89d 100644 --- a/packages/wechat/AppConference/detail.vue +++ b/packages/wechat/AppConference/detail.vue @@ -201,7 +201,7 @@ export default { { slot: 'joinStatus', }, - { prop: 'checkTime', align: 'center', label: '签到' }, + { prop: 'signInStatus', align: 'center', label: '签到', formart: v => v === '1' ? '已签到' : '未签到' }, { slot: 'option', }