Merge pull request #6562 from dataease/pr@dev@fix_liquid_threshold_block_sumit
fix: 禁用水波图/仪表盘阈值回车事件
This commit is contained in:
commit
2dab2c0390
@ -7,6 +7,7 @@
|
||||
:model="thresholdForm"
|
||||
label-width="80px"
|
||||
size="mini"
|
||||
@submit.native.prevent
|
||||
>
|
||||
<el-form-item
|
||||
:label="$t('chart.threshold_range')+'(%)'"
|
||||
@ -46,6 +47,7 @@
|
||||
:model="thresholdForm"
|
||||
label-width="80px"
|
||||
size="mini"
|
||||
@submit.native.prevent
|
||||
>
|
||||
<el-form-item
|
||||
:label="$t('chart.threshold_range')+'(%)'"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user