fix: 产品管理: 编辑: 推荐指数, 自由输入 1-1000

main
Lei OT 10 months ago
parent 3bf491d8ad
commit df1a1f43bf

@ -250,7 +250,7 @@ function getFields(props) {
99,
<Form.Item name='recommends_rate' label={t('RecommendsRate')} {...fieldProps.recommends_rate} tooltip={t('FormTooltip.RecommendsRate')}>
{/* <Input placeholder={t('RecommendsRate')} allowClear /> */}
<InputNumber {...styleProps} {...editableProps('recommends_rate')} />
<InputNumber {...styleProps} {...editableProps('recommends_rate')} min={1} max={1000} />
{/* <Select
{...styleProps}
{...editableProps('recommends_rate')}

Loading…
Cancel
Save