|  | @ -4,6 +4,33 @@ | 
														
													
														
															
																|  |  | <div class="table-page-search-wrapper"> |  |  | <div class="table-page-search-wrapper"> | 
														
													
														
															
																|  |  | <a-form layout="inline" @keyup.enter.native="searchQuery"> |  |  | <a-form layout="inline" @keyup.enter.native="searchQuery"> | 
														
													
														
															
																|  |  | <a-row :gutter="24"> |  |  | <a-row :gutter="24"> | 
														
													
														
															
																|  |  |  |  |  | <a-col :xl="6" :lg="7" :md="8" :sm="24"> | 
														
													
														
															
																|  |  |  |  |  | <a-form-item label="地点名字"> | 
														
													
														
															
																|  |  |  |  |  | <a-input placeholder="请输入地点名字" v-model="queryParam.spotName"></a-input> | 
														
													
														
															
																|  |  |  |  |  | </a-form-item> | 
														
													
														
															
																|  |  |  |  |  | </a-col> | 
														
													
														
															
																|  |  |  |  |  | <a-col :xl="6" :lg="7" :md="8" :sm="24"> | 
														
													
														
															
																|  |  |  |  |  | <a-form-item label="地点所属景区"> | 
														
													
														
															
																|  |  |  |  |  | <j-dict-select-tag placeholder="请选择地点所属景区" v-model="queryParam.areaId" dictCode="travel_area,area_name,id"/> | 
														
													
														
															
																|  |  |  |  |  | </a-form-item> | 
														
													
														
															
																|  |  |  |  |  | </a-col> | 
														
													
														
															
																|  |  |  |  |  | <template v-if="toggleSearchStatus"> | 
														
													
														
															
																|  |  |  |  |  | <a-col :xl="6" :lg="7" :md="8" :sm="24"> | 
														
													
														
															
																|  |  |  |  |  | <a-form-item label="地点类型"> | 
														
													
														
															
																|  |  |  |  |  | <a-input placeholder="请输入地点类型" v-model="queryParam.categoryId"></a-input> | 
														
													
														
															
																|  |  |  |  |  | </a-form-item> | 
														
													
														
															
																|  |  |  |  |  | </a-col> | 
														
													
														
															
																|  |  |  |  |  | </template> | 
														
													
														
															
																|  |  |  |  |  | <a-col :xl="6" :lg="7" :md="8" :sm="24"> | 
														
													
														
															
																|  |  |  |  |  | <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons"> | 
														
													
														
															
																|  |  |  |  |  | <a-button type="primary" @click="searchQuery" icon="search">查询</a-button> | 
														
													
														
															
																|  |  |  |  |  | <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button> | 
														
													
														
															
																|  |  |  |  |  | <a @click="handleToggleSearch" style="margin-left: 8px"> | 
														
													
														
															
																|  |  |  |  |  | {{ toggleSearchStatus ? '收起' : '展开' }} | 
														
													
														
															
																|  |  |  |  |  | <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/> | 
														
													
														
															
																|  |  |  |  |  | </a> | 
														
													
														
															
																|  |  |  |  |  | </span> | 
														
													
														
															
																|  |  |  |  |  | </a-col> | 
														
													
														
															
																|  |  | </a-row> |  |  | </a-row> | 
														
													
														
															
																|  |  | </a-form> |  |  | </a-form> | 
														
													
														
															
																|  |  | </div> |  |  | </div> | 
														
													
												
													
														
															
																|  | @ -144,14 +171,14 @@ | 
														
													
														
															
																|  |  | dataIndex: 'spotLatitude' |  |  | dataIndex: 'spotLatitude' | 
														
													
														
															
																|  |  | }, |  |  | }, | 
														
													
														
															
																|  |  | { |  |  | { | 
														
													
														
															
																|  |  | title:'地点所属景区(0-瓷都镇区 1-湖田片区 2-高岭片区 3-瑶里片区 4-蛟潭片区)', |  |  |  | 
														
													
														
															
																|  |  |  |  |  | title:'地点所属景区', | 
														
													
														
															
																|  |  | align:"center", |  |  | align:"center", | 
														
													
														
															
																|  |  | dataIndex: 'areaId_dictText' |  |  | dataIndex: 'areaId_dictText' | 
														
													
														
															
																|  |  | }, |  |  | }, | 
														
													
														
															
																|  |  | { |  |  | { | 
														
													
														
															
																|  |  | title:'地点类型(0-景点 1-美食店铺 2-民宿 3-厕所)', |  |  |  | 
														
													
														
															
																|  |  |  |  |  | title:'地点类型', | 
														
													
														
															
																|  |  | align:"center", |  |  | align:"center", | 
														
													
														
															
																|  |  | dataIndex: 'categoryId_dictText' |  |  |  | 
														
													
														
															
																|  |  |  |  |  | dataIndex: 'categoryId' | 
														
													
														
															
																|  |  | }, |  |  | }, | 
														
													
														
															
																|  |  | { |  |  | { | 
														
													
														
															
																|  |  | title:'地点详情', |  |  | title:'地点详情', | 
														
													
												
													
														
															
																|  | @ -202,8 +229,8 @@ | 
														
													
														
															
																|  |  | fieldList.push({type:'string',value:'spotImage',text:'地点图片',dictCode:''}) |  |  | fieldList.push({type:'string',value:'spotImage',text:'地点图片',dictCode:''}) | 
														
													
														
															
																|  |  | fieldList.push({type:'BigDecimal',value:'spotLongitude',text:'地点坐标_经度',dictCode:''}) |  |  | fieldList.push({type:'BigDecimal',value:'spotLongitude',text:'地点坐标_经度',dictCode:''}) | 
														
													
														
															
																|  |  | fieldList.push({type:'BigDecimal',value:'spotLatitude',text:'地点坐标_纬度',dictCode:''}) |  |  | fieldList.push({type:'BigDecimal',value:'spotLatitude',text:'地点坐标_纬度',dictCode:''}) | 
														
													
														
															
																|  |  | fieldList.push({type:'string',value:'areaId',text:'地点所属景区(0-瓷都镇区 1-湖田片区 2-高岭片区 3-瑶里片区 4-蛟潭片区)',dictCode:"travel_area,area_name,id"}) |  |  |  | 
														
													
														
															
																|  |  | fieldList.push({type:'int',value:'categoryId',text:'地点类型(0-景点 1-美食店铺 2-民宿 3-厕所)',dictCode:''}) |  |  |  | 
														
													
														
															
																|  |  |  |  |  | fieldList.push({type:'string',value:'areaId',text:'地点所属景区',dictCode:"travel_area,area_name,id"}) | 
														
													
														
															
																|  |  |  |  |  | fieldList.push({type:'int',value:'categoryId',text:'地点类型',dictCode:''}) | 
														
													
														
															
																|  |  | fieldList.push({type:'Text',value:'spotDetail',text:'地点详情',dictCode:''}) |  |  | fieldList.push({type:'Text',value:'spotDetail',text:'地点详情',dictCode:''}) | 
														
													
														
															
																|  |  | fieldList.push({type:'Text',value:'spotAudio',text:'语音讲解内容',dictCode:''}) |  |  | fieldList.push({type:'Text',value:'spotAudio',text:'语音讲解内容',dictCode:''}) | 
														
													
														
															
																|  |  | this.superFieldList = fieldList |  |  | this.superFieldList = fieldList | 
														
													
												
													
														
															
																|  | 
 |