@@ -30,7 +30,7 @@
</span>
<el-button v-else type="text" @click="getChange(scope.row, 1)"
v-hasPermi="['registration:lottery:down']">下架</el-button>
- <el-button type="text" @click="getCopy(scope.row.id)">复制</el-button>
+ <el-button type="text" @click="getCopy(scope.row.id)" v-hasPermi="[`registration:lottery:copy`]">复制</el-button>
</template>
</el-table-column>
</el-table>