张泽亮 1 week ago
parent
commit
33cbad900d
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      src/views/resource/land/index.vue
  2. +1
    -1
      src/views/resource/operation/index.vue

+ 3
- 3
src/views/resource/land/index.vue View File

@@ -326,7 +326,7 @@


<!-- 地图对话框 --> <!-- 地图对话框 -->
<el-dialog :title="title" :visible.sync="openMap" width="1200px" append-to-body> <el-dialog :title="title" :visible.sync="openMap" width="1200px" append-to-body>
<el-divider><h3 class="header-anchor">地图信息:绿色地块表示该地块,青色表示本组织已标记的其他地块</h3></el-divider>
<el-divider><h3 class="header-anchor">地图信息:色地块表示该地块,青色表示本组织已标记的其他地块</h3></el-divider>
<div id="full-screen-acceptance" style="width: 100%;height:65vh;"> <div id="full-screen-acceptance" style="width: 100%;height:65vh;">
<!--<div id="landMapDiv"></div>--> <!--<div id="landMapDiv"></div>-->
<div id="mapWrap"></div> <div id="mapWrap"></div>
@@ -941,11 +941,11 @@ export default {
style: new ol.style.Style({ style: new ol.style.Style({
fill: new ol.style.Fill({ fill: new ol.style.Fill({
//矢量图层填充颜色,以及透明度 //矢量图层填充颜色,以及透明度
color: "rgba(204, 255, 204,0.3)",
color: "yellow",
}), }),
stroke: new ol.style.Stroke({ stroke: new ol.style.Stroke({
//边界样式 //边界样式
color: "#47c68f",
color: "yellow",
width: 3, width: 3,
}), }),
}), }),


+ 1
- 1
src/views/resource/operation/index.vue View File

@@ -210,7 +210,7 @@


<!-- 添加或修改地块经营对话框 --> <!-- 添加或修改地块经营对话框 -->
<el-dialog :title="title" :visible.sync="open" width="820px" append-to-body> <el-dialog :title="title" :visible.sync="open" width="820px" append-to-body>
<el-form ref="form" :model="form" :rules="rules" label-width="120px">
<el-form ref="form" :model="form" :rules="rules" :inline="true" label-width="120px">


<el-form-item label="区域位置名称" prop="deptName"> <el-form-item label="区域位置名称" prop="deptName">
<el-input v-model="form.deptName" placeholder="请输入区域位置名称" show-word-limit :maxlength="100"/> <el-input v-model="form.deptName" placeholder="请输入区域位置名称" show-word-limit :maxlength="100"/>


Loading…
Cancel
Save