Commit 44f8646a authored by 张海景's avatar 张海景

update:修改生产规格字段问题

parent 7f74a403
......@@ -102,9 +102,9 @@
</el-form-item>
</el-col>
<el-col :lg="6" :md="8" :sm="12" :xs="12"
><el-form-item label="高度cm" prop="width"
><el-form-item label="高度cm" prop="height"
><el-input
v-model="form.width"
v-model="form.height"
placeholder
type="number"
:precision="2"
......@@ -113,9 +113,9 @@
</el-form-item>
</el-col>
<el-col :lg="6" :md="8" :sm="12" :xs="12"
><el-form-item label="宽度cm" prop="height"
><el-form-item label="宽度cm" prop="width"
><el-input
v-model="form.height"
v-model="form.width"
placeholder
type="number"
:precision="2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment