| | |
| | | <el-option label="人脸认证通过" value="196893"></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="门禁点" prop="srcName"> |
| | | <el-input v-model="searchForm.srcName" placeholder="请输入门禁点" @keypress.enter.native="search"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="起止时间" prop="eventType"> |
| | | <!-- <el-date-picker @change="seleTime" v-model="time" type="datetimerange" format="yyyy-MM-dd HH:mm:ss" |
| | | value-format="yyyy-MM-dd HH:mm:ss" range-separator="至" start-placeholder="开始时间" end-placeholder="结束时间"> |
| | |
| | | <!-- 表格和分页 --> |
| | | <template v-slot:table-wrap> |
| | | <ul class="toolbar" v-permissions="['business:deviceevent:exportExcel']"> |
| | | <!-- |
| | | <li><el-button type="primary" :loading="isWorking.export" v-permissions="['business:deviceevent:exportExcel']" @click="exportExcel">导出</el-button></li> |
| | | --> |
| | | </ul> |
| | | <el-table :height="tableHeightNew" v-loading="isWorking.search" :data="tableData.list" stripe> |
| | | <!-- <el-table-column prop="userType" label="人员类型" min-width="100px"> |
| | |
| | | </el-table-column> |
| | | <el-table-column label="抓拍照片" min-width="100px"> |
| | | <template slot-scope="{row}"> |
| | | <el-image v-if="row.extEventPictureURL" style="width: 80px; height: 80px" :src="row.extEventPictureURL" |
| | | :preview-src-list="[row.extEventPictureURL]"> |
| | | </el-image> |
| | | <el-image v-if="row.extEventPictureURL" style="width: 80px; height: 80px" :src="row.extEventPictureURL" :preview-src-list="[row.extEventPictureURL]"> </el-image> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | eventType: '', |
| | | startTime: '', |
| | | endTime: '', |
| | | radio: 0 |
| | | radio: 0, |
| | | srcName: '' |
| | | }, |
| | | time: [] |
| | | } |