|
@@ -11,6 +11,10 @@
|
|
<Notification></Notification>
|
|
<Notification></Notification>
|
|
|
|
|
|
<!-- 公司列表 -->
|
|
<!-- 公司列表 -->
|
|
|
|
+ <dv-border-box-13
|
|
|
|
+ backgroundColor="rgba(12, 19, 38, .90)"
|
|
|
|
+ style="padding-bottom: 1rem"
|
|
|
|
+ >
|
|
<div class="third_contain">
|
|
<div class="third_contain">
|
|
<!-- 三级搜索框 -->
|
|
<!-- 三级搜索框 -->
|
|
<el-input v-model="queryParams.enterpriseName" class="thirdInputModel" placeholder="按企业名称搜索 " style="color:white" @change="enterpriseList">
|
|
<el-input v-model="queryParams.enterpriseName" class="thirdInputModel" placeholder="按企业名称搜索 " style="color:white" @change="enterpriseList">
|
|
@@ -55,6 +59,8 @@
|
|
</el-button>
|
|
</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ </dv-border-box-13>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<!-- 地图 -->
|
|
<!-- 地图 -->
|
|
<!--<supermap ref="supermap" style="width: 100%;height: 100vh;" class="indexSupermapClass" :mapDiv="'forestMap'"-->
|
|
<!--<supermap ref="supermap" style="width: 100%;height: 100vh;" class="indexSupermapClass" :mapDiv="'forestMap'"-->
|