fix: UE批量imsi操作数量10万
This commit is contained in:
@@ -1749,8 +1749,8 @@ onMounted(() => {
|
||||
v-model:value="modalState.BatchForm.num"
|
||||
style="width: 100%"
|
||||
:min="1"
|
||||
:max="1000000"
|
||||
placeholder="<=1000000"
|
||||
:max="100000"
|
||||
placeholder="<=100000"
|
||||
></a-input-number>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -2230,8 +2230,8 @@ onMounted(() => {
|
||||
v-model:value="modalState.BatchDelForm.num"
|
||||
style="width: 100%"
|
||||
:min="1"
|
||||
:max="1000000"
|
||||
placeholder="<=1000000"
|
||||
:max="100000"
|
||||
placeholder="<=100000"
|
||||
></a-input-number>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
Reference in New Issue
Block a user