fix: 数字下拉参数无法显示

This commit is contained in:
fit2cloud-chenyw 2022-07-01 13:57:57 +08:00
parent 459b0d49c2
commit 947328063e
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ const dialogPanel = {
placeholder: 'denumberselect.placeholder',
datas: [],
viewIds: [],
parameters: [],
key: 'id',
label: 'text',
value: 'id',

View File

@ -75,7 +75,6 @@
class="de-checkbox"
>
<div class="span-div">
<svg-icon :icon-class="item.type" class="chart-icon" />
<span v-if="item.variableName && item.variableName.length <= 7" style="margin-left: 6px">{{ item.variableName }}</span>
<el-tooltip v-else class="item" effect="dark" :content="item.variableName" placement="left">
<span style="margin-left: 6px">{{ item.variableName }}</span>