|
|
@@ -444,7 +444,11 @@
|
|
|
</el-dialog>
|
|
|
<el-dialog title="章节红包" :visible.sync="redData.open" 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"/>
|
|
|
+ <el-table-column label="小节名称" align="center" show-overflow-tooltip prop="title">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <el-input class="el-input" v-model="scope.row.title"/>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="视频文件名称" align="center" show-overflow-tooltip prop="fileName">
|
|
|
</el-table-column>
|
|
|
<el-table-column label="视频时长" align="center" prop="duration">
|