feat:mib列表及配置功能

This commit is contained in:
wangwenrui
2020-03-26 19:58:09 +08:00
parent e0db1d84bd
commit 907bb5c310
12 changed files with 688 additions and 6 deletions

View File

@@ -70,11 +70,7 @@
</template>
</el-autocomplete>
</el-form-item>
<el-form-item :label="$t('config.model.remark')" prop="remark">
<el-input maxlength="512" rows="4" show-word-limit v-if="rightBox.isEdit" type="textarea" placeholder="" v-model.trim="currentModel.remark" size="small"></el-input>
<div v-if="!rightBox.isEdit" class="right-box-form-content-txt">{{currentModel.remark}}</div>
</el-form-item>
</el-form>
</el-form>save
</el-scrollbar>
<!--底部按钮-->