admin
2023-04-12 f06a592dd1a7e995bf313ccb5efe7dff73ccfc4e
src/main/webapp/admin/new/fenqu.html
@@ -231,95 +231,86 @@
            <div class="liebiao">
                <table class="table">
                    <thead>
                    <th width="7%">选择</th>
                    <th width="7%">编号</th>
                    <th width="12%">横版封面</th>
                    <th width="8%">竖版封面</th>
                    <th width="17%">标题</th>
                    <th width="8%">来源</th>
                    <th width="12%">时间</th>
                    <th width="12%">标签</th>
                    <th width="5%">区域</th>
                    <th width="4%">显示</th>
                    <th width="8%">操作</th>
                    <th width="7%">删除</th>
                    <th width="7%">编辑</th>
                        <th width="6%">选择</th>
                        <th width="12%">横版封面</th>
                        <th width="8%">竖版封面</th>
                        <th width="17%">标题</th>
                        <th width="12%">操作</th>
                        <th width="8%">来源</th>
                        <th width="12%">时间</th>
                        <th width="12%">标签</th>
                        <th width="5%">区域</th>
                        <th width="6%">编号</th>
                        <th width="4%">显示</th>
                        <th width="6%">删除</th>
                        <th width="6%">编辑</th>
                    </thead>
                    <tbody>
                    <tr v-for="(item,index) in videos" class="video">
                        <td width="7%">
                            <div class="xuanze">
                                <label> <input type="checkbox" class="check-item" v-bind:key="item.id"
                                               value="#">
                                </label>
                            </div>
                        </td>
                        <td width="7%">
                            <div class="bianhao videoid">{{item.id}}</div>
                        </td>
                        <td width="12%">
                            <div style="position: relative">
                                <img v-bind:src="item.hpicture" class="cover-h">
                                <img v-if="item.freeType>0" src="image/icon_vip.png"
                                     style="position: absolute;right: 0;bottom: 0;height: 20px;">
                            </div>
                        </td>
                        <td width="8%">
                            <img v-bind:src="item.vpicture" class="cover-v">
                        </td>
                        <td width="17%">
                            <div class="title">{{item.name}}</div>
                        </td>
                        <td width="8%">
                            <div class="resource">
                                <div v-for="resource in item.resourceList">{{resource}}</div>
                            </div>
                        </td>
                        <td width="12%">
                            <div>
                                创建:{{item.createTime}}<br>
                                更新:{{item.updatetime}}
                            </div>
                        </td>
                        <td width="8%">
                            <div>
                                {{item.tag}}
                            </div>
                        </td>
                        <td width="8%">
                            <div>
                                {{item.area}}
                            </div>
                        </td>
                        <td width="4%">
                            <div class="xuanze">
                                <label> <input type="checkbox" value="#" class="video-show" v-bind:checked="item.show"
                                               v-on:click="changeShow($event,item.id)">
                                </label>
                            </div>
                        </td>
                        <td width="8%">
                            <div class="bianhao addrecommend">
                                <a href="javascript:void(0)" v-on:click="addRecommend(item)">添加<br>推荐</a>
                            </div>
                        </td>
                        <td width="7%">
                            <div class="anniu">
                                <img src="image/dustbin.png" class="delete" v-on:click="deleteItem(index,item.id)">
                            </div>
                        </td>
                        <td width="7%">
                            <div class="anniu">
                                <a key="370" target="_blank" class="edit"
                                   v-bind:href="'edit-lmneirong-video.html?id='+item.id"><img
                                        src="image/bianji.png"></a>
                            </div>
                        </td>
                    </tr>
                        <tr v-for="(item,index) in videos" class="video">
                            <td width="7%">
                                <div class="xuanze">
                                    <label> <input type="checkbox" class="check-item" v-bind:key="item.id" value="#">
                                    </label>
                                </div>
                            </td>
                            <td width="12%">
                                <div style="position:relative">
                                    <img v-bind:src="item.hpicture" class="cover-h">
                                    <img v-if="item.freeType>0" src="image/icon_vip.png" style="position:absolute; right:0;bottom:0; height:20px;">
                                </div>
                            </td>
                            <td width="8%">
                                <img v-bind:src="item.vpicture" class="cover-v">
                            </td>
                            <td width="17%">
                                <div class="title">{{item.name}}</div>
                            </td>
                            <td width="8%">
                                <button class="btn btn-primary pl-addrecommend" type="button" v-on:click="addRecommend(item)" style="height: 100px;width: 160px;">添加推荐</button>
                            </td>
                            <td width="8%">
                                <div class="resource" style="font-size: 12px;">
                                    <div v-for="resource in item.resourceList ">{{resource}}</div>
                                </div>
                            </td>
                            <td width="12%">
                                <div style="font-size:12px;">
                                    创建:{{item.createTime}}<br> 更新:{{item.updatetime}}
                                </div>
                            </td>
                            <td width="8%" style="font-size:12px;">
                                <div>
                                    {{item.tag}}
                                </div>
                            </td>
                            <td width="8%" style="font-size:12px;">
                                <div>
                                    {{item.area}}
                                </div>
                            </td>
                            <td width="7%" style="font-size: 12px;">
                                <div class="bianhao videoid ">{{item.id}}</div>
                            </td>
                            <td width="4%">
                                <div class="xuanze">
                                    <label> <input type="checkbox" value="#" class="video-show" v-bind:checked="item.show"
                                           v-on:click="changeShow($event,item.id)">
                            </label>
                                </div>
                            </td>
                            <td width="7%">
                                <div class="anniu">
                                    <img src="image/dustbin.png" class="delete" v-on:click="deleteItem(index,item.id)">
                                </div>
                            </td>
                            <td width="7%">
                                <div class="anniu">
                                    <a key="370" target="_blank" class="edit" v-bind:href="'edit-lmneirong-video.html?id='+item.id"><img src="image/bianji.png"></a>
                                </div>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </div>