| | |
| | | <el-table-column prop="carNo" label="车牌号" min-width="100px"></el-table-column> |
| | | <el-table-column prop="companyName" label="组织" min-width="250px"> |
| | | <template slot-scope="{ row }"> |
| | | <span>{{row.companyName || row.visitCompanyName || '' }}</span> |
| | | <span>{{ row.companyName || row.visitCompanyName || '' }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="carType" label="车辆类型" min-width="100px"> |
| | |
| | | </el-table-column> |
| | | <el-table-column prop="name" label="姓名" min-width="100px"></el-table-column> |
| | | <el-table-column prop="phone" label="手机号" min-width="100px"></el-table-column> |
| | | <!-- <el-table-column label="进场门禁" min-width="100px"> |
| | | <!-- <el-table-column label="进场门禁" min-width="100px"> |
| | | <template slot-scope="{ row }"> |
| | | <!– <span v-if="row.type === 1">-</span> –> |
| | | <span>{{ row.deviceName || '-' }}</span> |
| | |
| | | reset() { |
| | | this.$refs.searchForm.resetFields() |
| | | this.searchForm.startTime = '' |
| | | this.searchForm.radio = '0' |
| | | this.searchForm.radio = '' |
| | | this.searchForm.endTime = '' |
| | | this.time = [] |
| | | this.search() |
| | | }, |
| | | seleTime(e) { |
| | | if(e && e.length >2){ |
| | | if (e && e.length > 2) { |
| | | this.searchForm.startTime = e[0] |
| | | this.searchForm.endTime = e[1] |
| | | this.searchForm.radio = null |