wangqiang %!s(int64=2) %!d(string=hai) anos
pai
achega
35749d48c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/modules/luckyDraw/LuckyDrawInfoList.vue

+ 1 - 1
src/views/modules/luckyDraw/LuckyDrawInfoList.vue

@@ -63,7 +63,7 @@
           </vxe-column>
           <vxe-column title="操作" width="200" fixed="right" align="center">
             <template slot-scope="scope">
-              <el-button v-if="hasPermission('lucky_draw:events:edit')" type="text" size="small" @click="luckyDraw(scope.row.eventsId,scope.row.number,scope.row.id())">抽奖</el-button>
+              <el-button v-if="hasPermission('lucky_draw:events:edit')" type="text" size="small" @click="luckyDraw(scope.row.eventsId,scope.row.number,scope.row.id)">抽奖</el-button>
 <!--              <el-button v-if="hasPermission('lucky_draw:events:del')" type="text" size="small" @click="del(scope.row.id)">删除</el-button>-->
 
             </template>