fix: 取消参数配置number输入最大值限制
This commit is contained in:
@@ -1210,8 +1210,6 @@ onMounted(() => {
|
||||
<a-input-number
|
||||
v-else-if="record['type'] === 'int'"
|
||||
v-model:value="tableState.editRecord['value']"
|
||||
:min="0"
|
||||
:max="65535"
|
||||
style="width: 100%"
|
||||
></a-input-number>
|
||||
<a-switch
|
||||
@@ -1396,8 +1394,6 @@ onMounted(() => {
|
||||
v-model:value="
|
||||
tableState.editRecord[text.name]['value']
|
||||
"
|
||||
:min="0"
|
||||
:max="65535"
|
||||
style="width: 100%"
|
||||
></a-input-number>
|
||||
<a-switch
|
||||
@@ -1584,8 +1580,6 @@ onMounted(() => {
|
||||
'value'
|
||||
]
|
||||
"
|
||||
:min="0"
|
||||
:max="65535"
|
||||
style="width: 100%"
|
||||
></a-input-number>
|
||||
<a-switch
|
||||
|
||||
Reference in New Issue
Block a user