fix(过滤组件): 过滤组件-组件样式-展示选项数可以输入小数

This commit is contained in:
dataeaseShu 2024-04-01 10:34:22 +08:00
parent 984f616f00
commit d8dd664cb7

View File

@ -236,7 +236,7 @@
</el-col>
</el-row>
<template v-if="this.curComponent.component === 'de-select' && !this.curComponent.options.attrs.multiple">
<template v-if="this.curComponent.component === 'de-select' && !this.curComponent.options.attrs.multiple && this.curComponent.options.attrs.required">
<el-row
style="height: 40px;overflow: hidden;"
>
@ -299,7 +299,8 @@
<el-input-number
v-model="curComponent.style.showNum"
:min="1"
:max="10"
step-strictly
:max="20"
controls-position="right"
size="small"
/>