| | |
| | | <el-button size="small" type="primary" @click="handleSearch">搜索</el-button> |
| | | </el-col> |
| | | <el-col :offset="8" :span="3"> |
| | | <fTemplate authority="videoTable:edit"> |
| | | <fTemplate authority="library:set"> |
| | | <el-button |
| | | size="small" |
| | | class="ml10" |
| | | type="danger" |
| | | @click="deleteBatch" |
| | | v-if="isShow('videoTable:edit')" |
| | | v-if="isShow('library:set')" |
| | | >批量删除</el-button> |
| | | </fTemplate> |
| | | </el-col> |
| | |
| | | tooltip-effect="dark" |
| | | style="width: 100%;" |
| | | :fit="true" |
| | | |
| | | :default-sort="{prop: 'createTime', order: 'descending'}" |
| | | @selection-change="handleSelectionChange" |
| | | :header-cell-style="{background:'#f8f8f8',color:'#222222'}" |
| | |
| | | <el-switch |
| | | v-model="scope.row.enable" |
| | | :active-value="1" |
| | | :disabled="!isShow('videoTable:edit')" |
| | | :disabled="!isShow('library:set')" |
| | | :inactive-value="0" |
| | | @change="enable(scope.row)" |
| | | ></el-switch> |
| | |
| | | </el-table-column> |
| | | <el-table-column label="操作" min-width="200" align="center"> |
| | | <template slot-scope="scope"> |
| | | <fTemplate authority="videoTable:edit"> |
| | | <fTemplate authority="library:set"> |
| | | <el-tooltip content="编辑" placement="top" popper-class="atooltip"> |
| | | <span |
| | | class="iconfont iconbianji iconStyle1" |
| | |
| | | <el-tooltip content="查找此人" placement="top" popper-class="atooltip"> |
| | | <span class="iconfont iconsousuoren iconStyle1" @click="tosearch(scope.row)"></span> |
| | | </el-tooltip> |
| | | <fTemplate authority="videoTable:edit"> |
| | | <fTemplate authority="library:set"> |
| | | <el-tooltip content="复制" placement="top" popper-class="atooltip"> |
| | | <span |
| | | class="iconfont iconfuzhi iconStyle1" |
| | |
| | | ></span> |
| | | </el-tooltip> |
| | | </fTemplate> |
| | | <fTemplate authority="videoTable:edit"> |
| | | <fTemplate authority="library:set"> |
| | | <el-tooltip content="移动" placement="top" popper-class="atooltip"> |
| | | <span |
| | | class="iconfont iconyidongzhi iconStyle1" |
| | |
| | | ></span> |
| | | </el-tooltip> |
| | | </fTemplate> |
| | | <fTemplate authority="videoTable:edit"> |
| | | <fTemplate authority="library:set"> |
| | | <el-tooltip content="删除" placement="top" popper-class="atooltip"> |
| | | <span |
| | | class="iconfont iconshanchu iconStyle1" |
| | |
| | | } |
| | | } |
| | | .plateAttach { |
| | | width: calc(100% -40px); |
| | | height: calc(100% -40px); |
| | | width: calc(100% - 40px); |
| | | height: calc(100% - 40px); |
| | | padding: 20px; |
| | | p { |
| | | margin-top: 20px; |