zouyu
2023-09-12 40f0147e880d83e8ffb341994ab37e9e712fccf9
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() {
      
    },