| | |
| | | <el-table-column prop="idcardDecode" label="身份证号" min-width="130px"></el-table-column> |
| | | <el-table-column label="进场门禁" min-width="100px"> |
| | | <template slot-scope="{ row }"> |
| | | <span v-if="row.type === 1">-</span> |
| | | <span v-else>{{ row.deviceName }}</span> |
| | | <!-- <span v-if="row.type === 1">-</span> --> |
| | | <span>{{ row.deviceName || '-' }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="eventDate" label="进场时间" min-width="100px"></el-table-column> |
| | |
| | | reset() { |
| | | this.$refs.searchForm.resetFields() |
| | | this.searchForm.startTime = '' |
| | | this.searchForm.radio = '0' |
| | | this.searchForm.radio = '' |
| | | this.searchForm.endTime = '' |
| | | this.time = [] |
| | | this.search() |