派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-12 67c41dc766f73e14373d115f9655f668cf3afb84
src/views/MapTemplate.vue
@@ -13,6 +13,7 @@
    <tool-box-panel ref="toolBox"></tool-box-panel>
    <menu-special></menu-special>
    <legend-panel></legend-panel>
    <enterprise></enterprise>
  </div>
</template>
@@ -29,10 +30,12 @@
import Popup from '@views/popup/Popup'
import MenuSpecial from '@components/panel/MenuTopic'
import LegendPanel from '@components/panel/LegendPanel'
import Enterprise from '../components/table/enterprise'
export default {
  name: 'MapTemplate',
  components: {
    Enterprise,
    LegendPanel,
    MenuSpecial,
    ToolBoxPanel,