提交修改

This commit is contained in:
quyixiao 2021-01-05 17:32:13 +08:00
parent 4830c1c3b2
commit 7f38fec897

View File

@ -10,7 +10,7 @@
v-for="item in numbers"
:key="item.id"
:label="item.name"
:value="item.id">
:value="item.num">
</el-option>
</el-select>
</el-form-item>