修复白名单ID
This commit is contained in:
@@ -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="进度">
|
||||
|
Reference in New Issue
Block a user