| | |
| | | <img :src='iconUrl[1]' alt="" class="state"/> |
| | | <div> |
| | | <h3>{{ item.governName }}</h3> |
| | | <p>所属部门:<span>{{ item.unitName }}</span></p> |
| | | <p>二级单位:<span>{{ item.unitName }}</span></p> |
| | | </div> |
| | | </div> |
| | | </el-scrollbar> |
| | |
| | | |
| | | <script> |
| | | |
| | | import GovernEquipmentIndex from '@components/base-page/GovernEquipment/WasteWaterIndex' |
| | | import GovernEquipmentIndex from '@components/base-page/GovernEquipment/GovernEquipmentIndex' |
| | | import { pulseEffect, setPanTo } from '@utils/utils' |
| | | const mapApi = require('../../../api/mapApi').default |
| | | |