fix(项目管理): 项目管理应用设置配置最小值
--bug=1041692 --user=王旭 【项目管理】项目与权限-应用设置-报告保留时间范围/报告链接有效期-输入的数值可以为0吗? https://www.tapd.cn/55049933/s/1531790
This commit is contained in:
parent
ed6dbda6ab
commit
bcc1a92fd8
|
@ -3,7 +3,7 @@
|
|||
<a-input-number
|
||||
v-model:model-value="numberValue"
|
||||
class="w-[120px]"
|
||||
:min="0"
|
||||
:min="1"
|
||||
hide-button
|
||||
size="small"
|
||||
:disabled="props.disabled"
|
||||
|
|
Loading…
Reference in New Issue