Commit 094c0404 authored by chenzj's avatar chenzj

物料主数据bug修复

parent 0b834d2a
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="是否异型" prop="fillet"> <el-form-item label="是否异型" prop="isAllotype">
<el-radio-group v-model="form.isAllotype" > <el-radio-group v-model="form.isAllotype" >
<el-radio <el-radio
v-for="dict in dict.type.sys_yes_no" v-for="dict in dict.type.sys_yes_no"
......
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