@@ -202,7 +202,7 @@
>
<el-button
v-if="scope.row.status.value === 'on'"
- v-hasPermi="['business:ticket:off']"
+ v-hasPermi="['business:ticket:on']"
type="text"
@click="setStatus(scope.row, 'off')"
>下架</el-button