修复白名单ID

This commit is contained in:
liaozetao
2024-02-27 20:19:51 +08:00
committed by Dragon
parent c3e24aae51
commit 78a0896e99

View File

@@ -66,7 +66,7 @@
<el-button @click="button(scope.row)" type="text" size="small"
>人数: {{ scope.row.userCount ?? 0 }}</el-button
>
<div v-if="scope.row.roundStatus == 0">白名单:{{ scope.row.whiteErbanNo ?? '' }}</div>
<div v-if="scope.row.roundStatus == 0">白名单:{{ scope.row.whiteErBanNo ?? '' }}</div>
</template>
</el-table-column>
<el-table-column align="center" fixed label="进度">