This commit is contained in:
liuye
2022-10-27 09:10:25 +08:00
parent 042139091a
commit 8c3c5f8876
2 changed files with 4 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ export default {
{prop: 'title', label: '活动名称', align: 'center'},
{prop: 'areaName', label: '发布地区', align: 'center'},
{slot: 'activeTime'},
{prop: 'total', label: '报名人数', align: 'center', width: 120},
{prop: 'signupCount', label: '报名人数', align: 'center', width: 120},
{prop: 'signupStatus', label: '报名状态', align: 'center', dict: 'partyReportSignupStatus', width: 120},
{prop: 'actionStatus', label: '活动状态', align: 'center', dict: 'partyReportActionStatus', width: 120},
{slot: 'option'},