| | |
| | | :color="progressColor(toProgressPercentage(row?.completionStatus))" |
| | | :status="toProgressPercentage(row?.completionStatus) >= 100 ? 'success' : ''" /> |
| | | </template> |
| | | <template #operationName="{ row }"> |
| | | <span v-if="row.operationColor" |
| | | :style="{ display: 'inline-block', width: '8px', height: '8px', borderRadius: '50%', marginRight: '4px', background: row.operationColor }"></span> |
| | | <span>{{ row.operationName }}</span> |
| | | </template> |
| | | <template #picked="{ row }"> |
| | | <el-tag :type="row.picked ? 'success' : 'info'" |
| | | size="small"> |
| | |
| | | label: "工序名称", |
| | | prop: "operationName", |
| | | width: "100", |
| | | dataType: "slot", |
| | | slot: "operationName", |
| | | }, |
| | | { |
| | | label: "需求数量", |