| | |
| | | </el-select> |
| | | </el-form-item> |
| | | <!-- 类型 --> |
| | | <el-form-item v-if="active == 'first'"> |
| | | <el-form-item> |
| | | <el-select |
| | | size="small" |
| | | v-model="formInline.type" |
| | | @change="handleTypeChange" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.selectDataType')" |
| | | > |
| | | <el-option |
| | | v-for="item in typeOption" |
| | |
| | | :min="insertLayer.min" |
| | | :step="insertLayer.step" |
| | | :max="insertLayer.max" |
| | | class="setEnhanceFactor" |
| | | style="width: 100%;" |
| | | ></el-input-number> |
| | | </el-form-item> |
| | |
| | | } from '../../api/api.js' |
| | | import { conditions } from '../Archive/Archive'; |
| | | import { method_option, nodata_Option, server_option, system_Option, type_option } from './js/layerManage'; |
| | | |
| | | import server from '../../components/js/server.js' |
| | | export default { |
| | | components: { |
| | | MyBread, mapview, |
| | |
| | | //预览弹窗打开 |
| | | setPreviewLayer(res) { |
| | | this.$store.state.previewLayer = res; |
| | | |
| | | this.dialogVisible = true; |
| | | this.showMapView = true; |
| | | |
| | | |
| | | setTimeout(() => { |
| | | server.setAddReleaseLayer(res) |
| | | }, 500); |
| | | }, |
| | | //是否为全屏函数 |
| | | onFullscreen(fullscreen) { |
| | |
| | | count: 0 |
| | | } |
| | | this.showPageSize = [10, 50, 100, 200] |
| | | this.formInline.type = this.typeOption[0].value; |
| | | } else { |
| | | this.listData = { |
| | | pageIndex: 1, |
| | |
| | | count: 0 |
| | | } |
| | | this.showPageSize = [10, 50, 100, 200] |
| | | this.formInline.type = null |
| | | } |
| | | |
| | | this.formInline.serType = this.serverOption[0].value; |
| | | this.formInline.type = this.typeOption[0].value; |
| | | |
| | | // this.getDepTreeList(); |
| | | this.getDirTreeList(); |
| | | |
| | |
| | | } |
| | | /deep/.el-dialog__header { |
| | | padding: 10px !important; |
| | | } |
| | | /deep/.el-input-number__increase, |
| | | .el-input-number__decrease { |
| | | background: transparent !important; |
| | | } |
| | | .el-input-number__increase, |
| | | .el-input-number__decrease { |
| | | background: transparent !important; |
| | | } |
| | | } |
| | | .elTreeData { |