| | |
| | | <el-option label="内部人员" value="2"></el-option> |
| | | </el-select> |
| | | </el-form-item> --> |
| | | <el-form-item label="人员类型" prop="memberType"> |
| | | <el-form-item label="人员类型" prop="queryUserType"> |
| | | <el-select v-model="searchForm.queryUserType" placeholder="请选择"> |
| | | <el-option label="访客" value="0"></el-option> |
| | | <el-option label="相关方组织" value="1"></el-option> |
| | |
| | | </el-table-column> |
| | | <el-table-column label="抓拍照片" min-width="100px"> |
| | | <template slot-scope="{row}"> |
| | | <el-image style="width: 80px; height: 80px" :src="row.extEventPictureURL" |
| | | <el-image v-if="row.extEventPictureURL" style="width: 80px; height: 80px" :src="row.extEventPictureURL" |
| | | :preview-src-list="[row.extEventPictureURL]"> |
| | | </el-image> |
| | | </template> |
| | |
| | | reset() { |
| | | this.$refs.searchForm.resetFields() |
| | | this.time = [] |
| | | this.searchForm.radio = '0' |
| | | this.changeRadio('0') |
| | | this.searchForm.radio = '' |
| | | // this.changeRadio('0') |
| | | this.search() |
| | | } |
| | | } |