|  |  |  | 
|---|
|  |  |  | <span v-if="row.inoutType === 1">离园</span> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <!--        <el-table-column label="车牌抓拍图" min-width="100px"> | 
|---|
|  |  |  | <!--        <el-table-column label="车牌抓拍图" min-width="100px"> | 
|---|
|  |  |  | <template slot-scope="{ row }"> | 
|---|
|  |  |  | <div v-if="row.platePicUrl != null"> | 
|---|
|  |  |  | <el-image style="width: 80px; height: 80px" :src="row.platePicUrl" :preview-src-list="[row.platePicUrl]"> | 
|---|
|  |  |  | 
|---|
|  |  |  | companyName: '', | 
|---|
|  |  |  | startTime: '', | 
|---|
|  |  |  | endTime: '', | 
|---|
|  |  |  | radio: '0' | 
|---|
|  |  |  | radio: '' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | time: [] | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | methods: { | 
|---|
|  |  |  | reset() { | 
|---|
|  |  |  | this.$refs.searchForm.resetFields() | 
|---|
|  |  |  | this.searchForm.radio = '' | 
|---|
|  |  |  | // this.changeRadio('0') | 
|---|
|  |  |  | this.searchForm = { | 
|---|
|  |  |  | eventType: '', | 
|---|
|  |  |  | keyWords: '', | 
|---|
|  |  |  | plateNos: '', | 
|---|
|  |  |  | memberType: '', | 
|---|
|  |  |  | companyName: '', | 
|---|
|  |  |  | startTime: '', | 
|---|
|  |  |  | endTime: '', | 
|---|
|  |  |  | radio: '' | 
|---|
|  |  |  | } | 
|---|
|  |  |  | this.time = [] | 
|---|
|  |  |  | this.search() | 
|---|
|  |  |  | }, | 
|---|