|  |  |  | 
|---|
|  |  |  | <el-table-column prop="promodel.name" label="工序" min-width="100px"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="omodel.planNum" label="计划数量" min-width="100px"> | 
|---|
|  |  |  | <template slot-scope="{row}"> | 
|---|
|  |  |  | <span>{{ row.omodel.planNum }}</span> | 
|---|
|  |  |  | <span>{{ row.omodel.planNum + row.umodel.name }}</span> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column prop="procedureName" label="生产员工" show-overflow-tooltip min-width="100px"> | 
|---|
|  |  |  | 
|---|
|  |  |  | if (index === 0) { | 
|---|
|  |  |  | sums[index] = '合计'; | 
|---|
|  |  |  | return; | 
|---|
|  |  |  | } else if (index === 4 || index === 8 || index === 10) { | 
|---|
|  |  |  | } else if (index === 4 || index === 7 || index === 8 || index === 10) { | 
|---|
|  |  |  | // || index === 8 || index === 9 || index === 16 || index === 17 | 
|---|
|  |  |  | sums[index] = '-'; | 
|---|
|  |  |  | return; | 
|---|