fix: UE批量imsi操作数量10万

This commit is contained in:
TsMask
2024-01-31 19:34:41 +08:00
parent d2ebb261e3
commit 2876d7a914
3 changed files with 12 additions and 12 deletions

View File

@@ -1169,8 +1169,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>
@@ -1355,8 +1355,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>

View File

@@ -770,8 +770,8 @@ onMounted(() => {
v-model:value="modalState.from.num"
style="width: 100%"
:min="1"
:max="1000000"
placeholder="<=1000000"
:max="100000"
placeholder="<=100000"
></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="1000000"
placeholder="<=1000000"
:max="100000"
placeholder="<=100000"
></a-input-number>
</a-form-item>
</a-col>

View File

@@ -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>