Dev See merge request quanshu/mp-ui-pc!106
@@ -349,6 +349,7 @@
title="添加盲豆奖品"
:visible.sync="coinTableVisible"
:before-close="close"
+ width="500px"
>
<el-form
:model="coinForm"
@@ -361,6 +362,7 @@
v-model="coinForm.quantity"
size="small"
placeholder="请输入盲豆数量"
+ style="width: 200px"
/>
</el-form-item>
</el-form>
@@ -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