|
@@ -1,12 +1,10 @@
|
|
|
<template>
|
|
|
- <header-collapse>
|
|
|
- <base-form slot="content" ref="ruleForm" :data="searchData">
|
|
|
- <div slot="footer">
|
|
|
- <el-button :loading="listLoading" icon="el-icon-search" class="xl-form-btn bgc1" @click="searchHandle">查询</el-button>
|
|
|
- <!-- <el-button :loading="listLoading" icon="el-icon-document" class="xl-form-btn bgc2" @click="toExportExcel">导出{{ this.$route.meta.title }}信息</el-button> -->
|
|
|
- </div>
|
|
|
- </base-form>
|
|
|
- </header-collapse>
|
|
|
+ <base-form slot="content" ref="ruleForm" :data="searchData">
|
|
|
+ <div slot="footer">
|
|
|
+ <el-button :loading="listLoading" icon="el-icon-search" class="xl-form-btn bgc1" @click="searchHandle">查询</el-button>
|
|
|
+ <!-- <el-button :loading="listLoading" icon="el-icon-document" class="xl-form-btn bgc2" @click="toExportExcel">导出{{ this.$route.meta.title }}信息</el-button> -->
|
|
|
+ </div>
|
|
|
+ </base-form>
|
|
|
</template>
|
|
|
<script>
|
|
|
export default {
|
|
@@ -47,9 +45,9 @@ export default {
|
|
|
},
|
|
|
{ label: '地铁线路', key: 'metro_line', type: 'select', options: this.$dictData.metro_line, changeHandle: this.subwayLineChange},
|
|
|
{ label: '地铁站名', key: 'metro_type', type: 'select', class: 'c-3', options: subwayNameDD},
|
|
|
- { label: '周边医院', key: 'hospital_type', type: 'select', class: 'c-3', options: this.$dictData.hospital_type },
|
|
|
- { label: '周边商圈', key: 'high_street', type: 'select', class: 'c-3', options: this.$dictData.high_street },
|
|
|
- { label: '周边公园', key: 'park_type', type: 'select', class: 'c-3', options: this.$dictData.park_type },
|
|
|
+ // { label: '周边医院', key: 'hospital_type', type: 'select', class: 'c-3', options: this.$dictData.hospital_type },
|
|
|
+ // { label: '周边商圈', key: 'high_street', type: 'select', class: 'c-3', options: this.$dictData.high_street },
|
|
|
+ // { label: '周边公园', key: 'park_type', type: 'select', class: 'c-3', options: this.$dictData.park_type },
|
|
|
]
|
|
|
} else {
|
|
|
this.searchData = [
|
|
@@ -59,9 +57,9 @@ export default {
|
|
|
remoteParams: { skey: 'school_name', api: `house.admschoollist`, opKey: 'school_name', opVal: 'id' }
|
|
|
},
|
|
|
{ label: '地铁线路', key: 'metro_line', type: 'select', options: this.$dictData.metro_line, changeHandle: this.subwayLineChange},
|
|
|
- { label: '周边医院', key: 'hospital_type', type: 'select', class: 'c-3', options: this.$dictData.hospital_type },
|
|
|
- { label: '周边商圈', key: 'high_street', type: 'select', class: 'c-3', options: this.$dictData.high_street },
|
|
|
- { label: '周边公园', key: 'park_type', type: 'select', class: 'c-3', options: this.$dictData.park_type },
|
|
|
+ // { label: '周边医院', key: 'hospital_type', type: 'select', class: 'c-3', options: this.$dictData.hospital_type },
|
|
|
+ // { label: '周边商圈', key: 'high_street', type: 'select', class: 'c-3', options: this.$dictData.high_street },
|
|
|
+ // { label: '周边公园', key: 'park_type', type: 'select', class: 'c-3', options: this.$dictData.park_type },
|
|
|
]
|
|
|
}
|
|
|
this.setDefaultValue(params, 'searchData')
|