|
|
|
|
@ -78,8 +78,8 @@
|
|
|
|
|
min-width="150px" sortable />
|
|
|
|
|
<el-table-column :label="t('ProductionPlan.Plan.tableProductColumn')" align="center" prop="productName"
|
|
|
|
|
min-width="200px" sortable />
|
|
|
|
|
<el-table-column :label="t('ProductionPlan.Plan.dialogProcessRouteLabel')" align="center"
|
|
|
|
|
sortable min-width="180px">
|
|
|
|
|
<el-table-column :label="t('ProductionPlan.Plan.dialogProcessRouteLabel')" align="left"
|
|
|
|
|
sortable min-width="200px">
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
<div class="process-device-cell">
|
|
|
|
|
<div v-for="(item, index) in getProcessDeviceLines(scope.row)" :key="index">
|
|
|
|
|
|