| | |
| | | <el-table-column prop="startTime" label="开始时间" align="center"></el-table-column> |
| | | <el-table-column prop="endTime" label="结束时间" align="center"></el-table-column> |
| | | <el-table-column prop="stayTime" label="停留时长" width="99" align="center"> |
| | | <template slot-scope="scope"> |
| | | <span>{{scope.row.stayTime}} 秒 </span> |
| | | </template> |
| | | </el-table-column> |
| | | <template slot-scope="scope"> |
| | | <span>{{scope.row.stayTime}} 秒 </span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <p style="text-align:right; font-size: 14px;">共{{faceDataCount}}条数据</p> |
| | | </el-dialog> |
| | |
| | | pageSize: 10, |
| | | total: 0, |
| | | orderType: "desc", |
| | | orderName: "id", |
| | | orderName: "createTime", |
| | | contentValue: "", |
| | | visible: false, |
| | | selectedRowKeys: [], |