| | |
| | | label="产品规格" |
| | | min-width="110" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <div v-if="row.partspec">{{ row.partspec }}</div> |
| | |
| | | label="工艺路线" |
| | | sortable="custom" |
| | | min-width="120" |
| | | show-tooltip-when-overflow |
| | | /> |
| | | <el-table-column |
| | | prop="stepname" |
| | |
| | | </div> |
| | | |
| | | <el-table |
| | | ref="eqpDialogArrRef" |
| | | class="tableFixed" |
| | | :data="eqpDialogArr" |
| | | :height="tableHeight" |
| | | :style="{width: 100+'%',height:tableHeight-50+'px',}" |
| | |
| | | this.eqpDialogArr.forEach(item => { |
| | | item.isVisible = 0 |
| | | }) |
| | | this.$refs.tableDataRef.doLayout() |
| | | }, |
| | | // 保存行 |
| | | async saveRow(row) { |