Commit a7f27daf3445c4f04c5dd9584e8b9f23ecb0e225
1 parent
11a9a098
fix: 修复物料分区错误
Showing
1 changed file
with
2 additions
and
2 deletions
ant-design-vue-jeecg/src/views/system/config/modules/MaterialForm.vue
... | ... | @@ -59,8 +59,8 @@ |
59 | 59 | </a-form-model-item> |
60 | 60 | </a-col> |
61 | 61 | <a-col :span="24"> |
62 | - <a-form-model-item label="物料分区" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="materialareacode"> | |
63 | - <a-input v-model="model.materialareacode" placeholder="请输入物料分区"></a-input> | |
62 | + <a-form-model-item label="物料分区" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="materialareaCode"> | |
63 | + <a-input v-model="model.materialareaCode" placeholder="请输入物料分区"></a-input> | |
64 | 64 | </a-form-model-item> |
65 | 65 | </a-col> |
66 | 66 | <a-col :span="24"> |
... | ... |