value
2023-09-23 f2a44bae17300adf473b89d30c85d399b5d050fd
src/components/view/standard-table/technology.vue
@@ -32,7 +32,7 @@
                </div>
              </template>
            </el-table-column>
            <el-table-column prop="pq" label="生产定额(个/天)" :resizable="false">
            <el-table-column prop="pq" label="生产效率(个/天)" :resizable="false">
              <template slot-scope="scope">
                  <el-input v-model="scope.row.pq" 
                  v-if="scope.row.dg != null" size="small"