Merge pull request #2549 from dataease/pr@dev@fix_number_select_param

fix: 数字下拉参数无法显示
This commit is contained in:
fit2cloud-chenyw 2022-07-01 13:58:44 +08:00 committed by GitHub
commit b5e7e27275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>