| | |
| | | </el-select> |
| | | </div> |
| | | <div> |
| | | <el-select v-model="settle" size="mini"> |
| | | <el-select v-model="IsOperate" size="mini" @change="filterSearchData"> |
| | | <el-option value label="全部"></el-option> |
| | | <el-option value="1" label="未处理"></el-option> |
| | | <el-option value="2" label="已处理"></el-option> |
| | | <el-option value="0" label="未处理"></el-option> |
| | | <el-option value="1" label="已处理"></el-option> |
| | | </el-select> |
| | | </div> |
| | | </div> |
| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-pagination |
| | | class="pagination-center" |
| | | background |
| | | @size-change="handleTabSizeChange" |
| | | @current-change="handleCurrentChange" |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | <el-pagination |
| | | class="pagination-center" |
| | | @size-change="handleTableSizeChange" |
| | | @current-change="handleCurrentChange" |
| | | :current-page.sync="curTablePage" |
| | |
| | | CLIP: 'http://', |
| | | keyword: '', |
| | | IsFollow: '', |
| | | searchTime: [this.$moment(new Date().getTime() - 3600 * 1000 * 24 * 5).format("YYYY-MM-DD HH:mm:ss"), this.$moment(new Date()).format("YYYY-MM-DD HH:mm:ss")], |
| | | //searchTime: [this.$moment(new Date().getTime() - 3600 * 1000 * 24 * 5).format("YYYY-MM-DD HH:mm:ss"), this.$moment(new Date()).format("YYYY-MM-DD HH:mm:ss")], |
| | | searchTime: [new Date(2020,0,1,0,0,0),new Date(2020,11,31,23,59,59)], |
| | | curTabPage: 1, |
| | | curTablePage: 1, |
| | | tabPageSize: 8, |
| | |
| | | showAdvance: true, |
| | | fixedOneLineHeight: 40, |
| | | settle: '', |
| | | IsOperate: '', |
| | | showType: 'menu', |
| | | tableData: [ |
| | | { name: 'SS4B115_06_B节二端司机室_20201115_091500.mp4', size: '17.66M', updateTime: '2020-11-04 15:41', createTime: '2020-11-04 15:41' }, |
| | |
| | | KeyWord: this.keyword, |
| | | StartDate: this.searchTime[0], |
| | | EndDate: this.searchTime[1], |
| | | PageIndex: this.showType == 'list' ? this.curTablePage : this.showType == 'list', |
| | | PageIndex: this.showType == 'list' ? this.curTablePage : this.curTabPage, |
| | | PageSize: this.showType == 'list' ? this.tablePageSize : this.tabPageSize, |
| | | IsDetail: this.showType == 'list', |
| | | IsFollow: isFollow |
| | | IsFollow: isFollow, |
| | | IsOperate: this.IsOperate |
| | | }; |
| | | let filterQuerys = []; |
| | | this.checkedConfigs.forEach(config => { |
| | |
| | | PageIndex: this.showType == 'list' ? this.curTablePage : this.showType == 'list', |
| | | PageSize: this.showType == 'list' ? this.tablePageSize : this.tabPageSize, |
| | | IsDetail: this.showType == 'list', |
| | | IsFollow: this.IsFollow |
| | | IsFollow: this.IsFollow, |
| | | IsOperate: this.IsOperate, |
| | | }; |
| | | this.optionalConfigs = []; |
| | | this.highLevelConfigs = []; |
| | |
| | | obj.id = config.Node[key] |
| | | return obj |
| | | }); |
| | | // config.data = config.Node.map((item) => { |
| | | // let obj = {}; |
| | | // obj.name = item[0]; |
| | | // obj.id = item[1]; |
| | | // return obj; |
| | | // }); |
| | | config.id = config.ID; |
| | | config.title = config.NameZn; |
| | | config.data.forEach(item => { |
| | |
| | | border-radius: 5px; |
| | | height: 350px; |
| | | .video-wrap { |
| | | background: aliceblue; |
| | | border-radius: 3px; |
| | | img { |
| | | width: 100%; |
| | | border-radius: 3px; |
| | | padding-top: 56.25%; |
| | | height: 0; |
| | | position: relative; |
| | | img { |
| | | position: absolute; |
| | | top: 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | object-fit: contain; |
| | | // width: 100%; |
| | | // max-height: 200px; |
| | | // border-radius: 3px; |
| | | } |
| | | } |
| | | .video-info { |
| | |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | .pagination-center{ |
| | | text-align: center; |
| | | margin: 10px auto; |
| | | } |
| | | } |
| | | .dialog-video { |
| | | z-index: 2096 !important; |