| | |
| | | </div> |
| | | <div class="dc">占地面积:{{ landArea }}{{ dica }}</div> |
| | | <div class="dck">所属农场:{{ deptname }}</div> |
| | | |
| | | <div class="edit"> |
| | | <el-button @click="btnGrounpShow = !btnGrounpShow" icon="el-icon-menu"></el-button> |
| | | |
| | | <div v-show="btnGrounpShow" class="btn-grounp"> |
| | | <el-button>删除地块</el-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="dv"> |
| | | <el-tabs v-model="activeName" @tab-click="handleClick"> |
| | |
| | | |
| | | <el-dialog |
| | | title="地块位置" |
| | | class="current-map-box" |
| | | :visible.sync="gradeBoxVisible1" |
| | | width="width" |
| | | :modal="true" |
| | | :modal-append-to-body="true" |
| | | :append-to-body="true" |
| | |
| | | :before-close="dialogBeforeClose" |
| | | > |
| | | <getMapDataInThere ref="getMapData" id="getMapData" @setMapData="setMapData"></getMapDataInThere> |
| | | <el-button>54654</el-button> |
| | | <el-button class="save" type="success">保存</el-button> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | |
| | | addDisplay: true |
| | | } |
| | | ], |
| | | } |
| | | }, |
| | | btnGrounpShow: false |
| | | } |
| | | }, |
| | | computed: { |
| | |
| | | } |
| | | |
| | | .da { |
| | | position: relative; |
| | | width: 100%; |
| | | line-height: 60px; |
| | | background: #fff; |
| | | |
| | | .edit { |
| | | position: absolute; |
| | | top: 25px; |
| | | right: 60px; |
| | | |
| | | .btn-grounp { |
| | | padding: 0 10px; |
| | | position: absolute; |
| | | top: 40px; |
| | | right: 60px; |
| | | background: #fff; |
| | | box-shadow: 0 0 10px 1px #ccc; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .dv { |