Commit 20d0386e by 黄冷

update: dist

parent 64b801af
......@@ -117,9 +117,9 @@
<i class="el-icon-sort-down cursor" :class="scope.$index === tableList.length - 1 ? 'cursor-nodrop gray' : 'cursor blue'" @click="sortGame(scope.row.gamePrizeStrategyId, 3, scope.$index === tableList.length - 1)"></i>
</template>
</el-table-column>
<el-table-column label="操作" align="left" width="120">
<el-table-column label="操作" align="left" width="180">
<template slot-scope="scope">
<el-button type="text" @click="editStrategy(scope.row.gamePrizeStrategyId)">编辑</el-button>
<el-button type="text" @click="editStrategy(scope.row.gamePrizeStrategyId)">编辑与数据</el-button>
<dm-delete @confirm="delItem(scope.row)" tips="是否删除该策略?">
<el-button type="text">删除</el-button>
</dm-delete>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment