fix: UE批量数最大值1000000
This commit is contained in:
@@ -770,8 +770,8 @@ onMounted(() => {
|
||||
v-model:value="modalState.from.num"
|
||||
style="width: 100%"
|
||||
:min="1"
|
||||
:max="100"
|
||||
placeholder="<=100"
|
||||
:max="1000000"
|
||||
placeholder="<=1000000"
|
||||
></a-input-number>
|
||||
</a-form-item>
|
||||
<a-form-item
|
||||
@@ -814,8 +814,8 @@ onMounted(() => {
|
||||
v-model:value="modalState.from.num"
|
||||
style="width: 100%"
|
||||
:min="1"
|
||||
:max="100"
|
||||
placeholder="<=100"
|
||||
:max="1000000"
|
||||
placeholder="<=1000000"
|
||||
></a-input-number>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
Reference in New Issue
Block a user