-
-
+
+
-
+ style="width: 100%;"/>
-
-
+
-
+
-
- 地图标绘
+
+
+ 地图标绘
+
@@ -162,110 +67,30 @@
-
-
-
-
-
-
-
-
- 开始编辑
-
- 结束编辑
-
-
-
- 开始绘制多边形
-
-
- 清除绘制
-
-
-
-
@@ -585,11 +361,12 @@ export default {
.app-grid-block {
width: 100%;
height: 100%;
+
::v-deep .el-tree {
background: transparent;
.el-tree-node__expand-icon.is-leaf {
- color: transparent!important;
+ color: transparent !important;
}
.el-tree-node__content > .el-tree-node__expand-icon {
@@ -616,52 +393,60 @@ export default {
}
.is-current > .el-tree-node__content {
+ color: #fff !important;
+
&:hover {
background: #2266FF;
color: #fff;
}
background: #2266FF;
-
- span {
+
+ .el-tooltip {
color: #fff;
}
}
}
+ .flex-box {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 100%;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ word-break: break-all;
+
+ & > div {
+ display: flex;
+ }
+ }
+
.mt10 {
padding: 8px 0;
}
- .map {
- width: 780px;
- position: relative;
- overflow: hidden;
+ ::v-deep.fullscreenMap {
+ .el-dialog {
+ display: flex;
+ flex-direction: column;
- .container {
- width: 760px;
- height: 420px;
- border-radius: 2px;
- border: 1px solid #d0d4dc;
- }
+ .el-dialog__body {
+ padding: 0;
+ flex: 1;
+ min-height: 0;
- #panel {
- position: absolute;
- height: 400px;
- right: 30px;
- top: 20px;
- width: 280px;
- overflow: hidden;
- z-index: 10000;
- }
+ .ai-dialog__content {
+ max-height: unset !important;
+ padding-bottom: 0;
+ height: 100%;
- .tipinput {
- position: absolute;
- width: 200px;
- height: 38px;
- left: 20px;
- top: 20px;
- z-index: 10000;
+ .ai-dialog__content--wrapper {
+ padding-right: 0 !important;
+ }
+ }
+ }
}
}
diff --git a/project/grid/AppGridBlock/components/mapPlotting.vue b/project/grid/AppGridBlock/components/mapPlotting.vue
new file mode 100644
index 00000000..2d40554a
--- /dev/null
+++ b/project/grid/AppGridBlock/components/mapPlotting.vue
@@ -0,0 +1,231 @@
+
+
+
+
+ 标绘
+
+
+
+
+
+
+
+
+
+
+ 1.双击覆盖物即可编辑
+ 2.编辑状态,对点双击可删除该点
+ 3.绘制状态,右键结束绘制
+ 4.结束编辑才能保存绘制的覆盖物信息
+
+
+ 新建
+ 结束编辑
+ 清除绘制
+
+
+
+
+
+
+
+
+
+
diff --git a/project/grid/AppGridBlock/index.js b/project/grid/AppGridBlock/index.js
deleted file mode 100644
index 99041895..00000000
--- a/project/grid/AppGridBlock/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
-import component from './AppGridBlock.vue'
-
-component.install = function (Vue) {
- Vue.component(component.name, component)
-}
-export default component
\ No newline at end of file
diff --git a/project/grid/components/AiUserPicker.vue b/project/grid/components/AiUserPicker.vue
new file mode 100644
index 00000000..60c4d1e6
--- /dev/null
+++ b/project/grid/components/AiUserPicker.vue
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vue.config.js b/vue.config.js
index c87ba5e5..a3bc5298 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -104,16 +104,15 @@ module.exports = {
'^/xsjr': '/'
}
},
- '/grid': {
- target: 'http://192.168.1.87:12307',
+ '/wg': {
+ target: 'http://192.168.1.34:10000',
changeOrigin: true,
pathRewrite: {
//地址重写
- '^/grid': '/'
+ '^/wg': '/'
}
}
},
disableHostCheck: true
}
};
-