删除无效的

This commit is contained in:
18500206848
2024-03-31 15:36:47 +08:00
parent 302067761d
commit 6f85572bb1
5 changed files with 5 additions and 2 deletions

View File

@@ -19,6 +19,11 @@
</div>
</el-tooltip>
</template>
<template slot="peopleNum" slot-scope="{ row }">
<div>
<span>{{ row.peopleNum }}</span>
</div>
</template>
<template slot="signUpCount" slot-scope="{ row }">
<div>
<span>{{ row.signUpCount }}</span>