|
|
@@ -442,7 +442,7 @@
|
|
|
<el-button type="primary" @click="batchVideoSave">确 定</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="章节红包" :visible.sync="redData.open" width="900px" append-to-body>
|
|
|
+ <el-dialog title="章节红包" :visible.sync="redData.open" :close-on-click-modal="false" width="900px" append-to-body>
|
|
|
<el-table border v-loading="redData.loading" :data="redData.list" height="600px">
|
|
|
<el-table-column label="小节名称" align="center" show-overflow-tooltip prop="title">
|
|
|
<template slot-scope="scope">
|