| | |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column sortable label="工艺名称"> |
| | | <el-table-column sortable label="工艺名称" width="200px"> |
| | | <template slot-scope="scope"> |
| | | <el-tag type="success" v-if="!scope.row.children">02</el-tag> |
| | | <span style="color: black">{{ scope.row.name }}</span> |
| | |
| | | <el-table-column prop="pq" label="生产定额(个/天)"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.pq" |
| | | v-if="scope.row.dg != null" |
| | | v-if="scope.row.dg != null" size="small" |
| | | @blur="updatePq(scope.row)" |
| | | ></el-input> |
| | | </template> |