| | |
| | | for (var i in res) { |
| | | var str = res[i]; |
| | | |
| | | if (str.type == 1 && str.icon == 1) { |
| | | if (str.type == 1) { |
| | | val.push(str) |
| | | } else if (str.url != null && str.type == 2 && str.icon == 1) { |
| | | } else if (str.url != null && str.type == 2 && str.serveType == 'WMS') { |
| | | if (str.isShow == 1) { |
| | | |
| | | std.push(str.id) |
| | |
| | | /deep/.el-form-item { |
| | | margin-top: 10px; |
| | | } |
| | | /deep/ .el-tree-node { |
| | | .is-leaf + .el-checkbox .el-checkbox__inner { |
| | | display: inline-block; |
| | | } |
| | | // /deep/ .el-tree-node { |
| | | // .is-leaf + .el-checkbox .el-checkbox__inner { |
| | | // display: inline-block; |
| | | // } |
| | | |
| | | .el-checkbox .el-checkbox__inner { |
| | | display: none; |
| | | } |
| | | } |
| | | // .el-checkbox .el-checkbox__inner { |
| | | // display: none; |
| | | // } |
| | | // } |
| | | } |
| | | </style> |