|
|
@@ -154,7 +154,7 @@
|
|
|
<el-table-column label="举办单位" align="center" prop="unit" v-if="columns[10].visible" />
|
|
|
<el-table-column label="是否默认赛事" align="center" prop="isDefault" v-if="columns[11].visible">
|
|
|
<template #default="scope">
|
|
|
- <el-switch v-model="scope.row.isDefault" active-value="0" inactive-value="1" @change="handleStatusChange(scope.row)"></el-switch>
|
|
|
+ <el-switch v-model="scope.row.isDefault" active-value="0" inactive-value="1" @change="handleStatusChange(scope.row)" v-hasPermi="['system:gameEvent:edit']"></el-switch>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="创建时间" align="center" prop="createTime" width="180" v-if="columns[12].visible">
|