| | |
| | | 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> |
| | |
| | | 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 { |