ソースを参照

Merge branch 'dev' into 'test'

Dev

See merge request quanshu/mp-ui-pc!106
hunagwb 3 年 前
コミット
645449f349

+ 2 - 0
src/views/business/ticket/create.vue

@@ -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>

+ 1 - 1
src/views/business/ticket/index.vue

@@ -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