src/components/view/standard-table/technology.vue
@@ -35,7 +35,7 @@ <el-table-column prop="pq" label="生产定额(个/天)"> <template slot-scope="scope"> <el-input v-model="scope.row.pq" v-if="scope.row.pq != null" v-if="scope.row.dg != null" @blur="updatePq(scope.row)" ></el-input> </template> @@ -65,9 +65,7 @@ } }, props:['tableData','tableType'], created() { console.log(this.tableData) }, created() {}, mounted() { },