mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix(查询组件): 查询组件-查询条件-禁用自定义条件样式-部分选项仍可编辑
This commit is contained in:
parent
555216f83a
commit
3444375476
@ -525,6 +525,7 @@ initParams()
|
|||||||
@change="handleCurrentPlaceholderCustomChange"
|
@change="handleCurrentPlaceholderCustomChange"
|
||||||
:min="10"
|
:min="10"
|
||||||
:max="20"
|
:max="20"
|
||||||
|
:disabled="!chart.customStyle.component.placeholderShow"
|
||||||
style="margin-left: 8px"
|
style="margin-left: 8px"
|
||||||
step-strictly
|
step-strictly
|
||||||
:effect="themes"
|
:effect="themes"
|
||||||
@ -534,6 +535,7 @@ initParams()
|
|||||||
<div style="display: flex; align-items: center; width: 100%; margin-top: 8px">
|
<div style="display: flex; align-items: center; width: 100%; margin-top: 8px">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="currentPlaceholder"
|
v-model="currentPlaceholder"
|
||||||
|
:disabled="!chart.customStyle.component.placeholderShow"
|
||||||
@change="handleCurrentPlaceholder"
|
@change="handleCurrentPlaceholder"
|
||||||
:effect="themes"
|
:effect="themes"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
|
Loading…
Reference in New Issue
Block a user