ysy 1 년 전
부모
커밋
f11babade6
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      dist.rar
  2. 1 1
      src/views/produce/components/feeding/components/semiProductBom.vue

BIN
dist.rar


+ 1 - 1
src/views/produce/components/feeding/components/semiProductBom.vue

@@ -172,7 +172,7 @@
         type="feedQuantity"
       >
         <template slot-scope="{ row, $index }">
-          {{ row.extInfo.position }}
+          <el-input size="mini" v-model="row.extInfo.position" placeholder="位置" />
         </template>
       </el-table-column>