| | |
| | | <el-divider /> |
| | | <div class="spatialContent"> |
| | | <div class="spatial_leftTree"> |
| | | <div style="width:300px"> |
| | | <el-tree |
| | | ref="treeDay" |
| | | :data="tree" |
| | | :props="defaultProps" |
| | | :default-expanded-keys="[1]" |
| | | node-key="id" |
| | | :current-node-key="10" |
| | | @node-click="handleNodeClick" |
| | | ></el-tree> |
| | | </div> |
| | | <div style="width:300px"> |
| | | <el-tree |
| | | ref="treeDay" |
| | | :data="tree" |
| | | :props="defaultProps" |
| | | :default-expanded-keys="[1]" |
| | | node-key="id" |
| | | :current-node-key="10" |
| | | @node-click="handleNodeClick" |
| | | ></el-tree> |
| | | </div> |
| | | </div> |
| | | <div class="spatial_rightContent"> |
| | | <el-form |
| | |
| | | <el-button |
| | | @click="conditionVisible = true" |
| | | class="primaries" |
| | | size="small" |
| | | icon="el-icon-plus" |
| | | >{{$t('common.append')}}</el-button> |
| | | </el-form-item> |
| | |
| | | <el-button |
| | | @click="submitForm" |
| | | class="primaries" |
| | | size="small" |
| | | icon="el-icon-search" |
| | | >{{$t('common.iquery')}}</el-button> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button |
| | | @click="resetForm" |
| | | size="small" |
| | | icon="el-icon-refresh" |
| | | >{{$t('common.reset')}}</el-button> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button |
| | | @click="getSpaceMapVisibale" |
| | | size="small" |
| | | class="primaries" |
| | | >{{ |
| | | $t('synthesis.rangequery') |
| | |
| | | > |
| | | <el-button |
| | | class="primary" |
| | | size="small" |
| | | @click="dialogFormVisible = false" |
| | | >确认</el-button> |
| | | <el-button |
| | | type="info" |
| | | size="small" |
| | | @click="dialogFormVisible = false" |
| | | >取消</el-button> |
| | | </el-col> |
| | |
| | | slot="footer" |
| | | class="dialog-footer" |
| | | > |
| | | <el-button @click="startFiledAndcondition">取 消</el-button> |
| | | <el-button |
| | | size="small" |
| | | @click="startFiledAndcondition" |
| | | >取 消</el-button> |
| | | <el-button |
| | | class="primaries" |
| | | size="small" |
| | | @click="appendQueryFilter" |
| | | >确 定</el-button> |
| | | </span> |
| | |
| | | border-radius: 5px; |
| | | padding: 1%; |
| | | overflow: auto; |
| | | |
| | | |
| | | } |
| | | .spatial_rightContent { |
| | | width: 80%; |