调整字典的value属性为string 不再限制为int

This commit is contained in:
piexlMax
2024-03-18 21:23:53 +08:00
parent 8ea827412a
commit 18365689e6
4 changed files with 34 additions and 38 deletions

View File

@@ -123,15 +123,11 @@
label="字典值"
prop="value"
>
<el-input-number
v-model.number="formData.value"
step-strictly
:step="1"
<el-input
v-model="formData.value"
placeholder="请输入字典值"
clearable
:style="{width: '100%'}"
min="-2147483648"
max="2147483647"
/>
</el-form-item>
<el-form-item