|
@@ -4,6 +4,17 @@
|
4
|
4
|
<img v-if="templateList.length" :src="templateList[templateActiveIndex].TplImg" width="100%" alt="">
|
5
|
5
|
</div>
|
6
|
6
|
<div class="flex-item">
|
|
7
|
+ <div style="text-align:right;margin-bottom:20px;">
|
|
8
|
+ <el-button
|
|
9
|
+ :disabled="isread"
|
|
10
|
+ size="mini"
|
|
11
|
+ type="success"
|
|
12
|
+ @click="submitLuckdrawData">保存</el-button>
|
|
13
|
+ <el-button
|
|
14
|
+ size="mini"
|
|
15
|
+ type="warning"
|
|
16
|
+ @click="rebackList">取消</el-button>
|
|
17
|
+ </div>
|
7
|
18
|
<nav class="flex-h">
|
8
|
19
|
<a class="flex-item" :class="{'active': activeIndex === 0}" @click="activeIndex = 0">基础信息</a>
|
9
|
20
|
<a class="flex-item" :class="{'active': activeIndex === 1}" @click="activeIndex = 1">奖品信息</a>
|
|
@@ -300,17 +311,6 @@
|
300
|
311
|
</div>
|
301
|
312
|
</form>
|
302
|
313
|
</div>
|
303
|
|
- <div style="text-align:center">
|
304
|
|
- <el-button
|
305
|
|
- :disabled="isread"
|
306
|
|
- size="mini"
|
307
|
|
- type="success"
|
308
|
|
- @click="submitLuckdrawData">保存</el-button>
|
309
|
|
- <el-button
|
310
|
|
- size="mini"
|
311
|
|
- type="warning"
|
312
|
|
- @click="rebackList">取消</el-button>
|
313
|
|
- </div>
|
314
|
314
|
</div>
|
315
|
315
|
<el-dialog
|
316
|
316
|
:title="editPrizeOff ? '编辑奖品' : '新增奖品'"
|