| | |
| | | <el-radio v-for="(item,index) in levelOfRisk" :label="item.value" :key="index"><span class="levelOfRisk-type">{{item.name}}<i :style="'background:'+item.color"></i></span></el-radio> |
| | | </el-radio-group> --> |
| | | <!-- <el-form-item >--> |
| | | <div class="page_total"> |
| | | <p>共计 |
| | | <span>{{total}}</span> |
| | | 条记录 |
| | | </p> |
| | | </div> |
| | | <div class="rightButtonSearch"> |
| | | <el-input v-model="form.keyword" size="mini" placeholder="在此输入关键字搜索"></el-input> |
| | | <el-button class="el-icon-search" @click="handleSearch"></el-button> |
| | |
| | | gdVisible: true, |
| | | list: [], |
| | | total: 0, |
| | | pageSize: 10, |
| | | inareaTypeOptions: [], |
| | | enterpriseTypeOptions: [], |
| | | enterpriseSubunitsTypeOptions: [], |
| | |
| | | }, |
| | | props: ['title'], |
| | | methods: { |
| | | handlePage () { |
| | | |
| | | }, |
| | | flyto () { |
| | | const pos = [39.90751504898071, 116.38927817344666] |
| | | window.map.setView(pos, 15) |