ysy hace 1 año
padre
commit
bd8e1f40f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/material/BOMmanage/components/attribute.vue

+ 1 - 1
src/views/material/BOMmanage/components/attribute.vue

@@ -3,7 +3,7 @@
     <el-form label-width="100px" ref="form" :model="attributeData">
       <el-row>
         <el-col :span="8" label-width="100px">
-          <el-form-item label="名称:" prop="category.name">
+          <el-form-item label="名称:" prop="name">
             <el-input
               placeholder=""
               v-model="category.name"