fix:修复表达式模板 rightBox报错

This commit is contained in:
18317449825
2022-12-23 11:34:06 +08:00
parent 34ae9662a0
commit 7fa4323242
2 changed files with 2 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
<div class="container__form container__form-width">
<el-form ref="ExprTempForm" :model="editExprTemp" :rules="rules" label-position="top" label-width="120px">
<el-form-item :label="$t('overall.name')" prop="name">
<el-input maxlength="64" show-word-limit v-model="editExprTemp.name" :placeholder="$t('overall.placeHolder')" size="small"></el-input>
<el-input :maxlength="64" show-word-limit v-model="editExprTemp.name" :placeholder="$t('overall.placeHolder')" size="small"></el-input>
</el-form-item>
<el-form-item :label="$t('dashboard.panel.chartForm.group')" prop="gname">
<!--<el-input v-model="editExprTemp.gname" size="small" :placeholder="$t('overall.placeHolder')"></el-input>-->
@@ -22,7 +22,7 @@
v-model="editExprTemp.gname"
:fetch-suggestions="querySearch"
:placeholder="$t('overall.placeHolder')"
maxlength="64"
:maxlength="64"
class="inline-input"
popper-class="right-box-select-top right-public-box-dropdown-top"
size="small"