forked from github/dataease
Merge pull request #2549 from dataease/pr@dev@fix_number_select_param
fix: 数字下拉参数无法显示
This commit is contained in:
commit
b5e7e27275
@ -14,6 +14,7 @@ const dialogPanel = {
|
||||
placeholder: 'denumberselect.placeholder',
|
||||
datas: [],
|
||||
viewIds: [],
|
||||
parameters: [],
|
||||
key: 'id',
|
||||
label: 'text',
|
||||
value: 'id',
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user