style:生产计划-工艺路线字段居左展示

main
黄伟杰 23 hours ago
parent fb08302aa9
commit 82b7e62baf

@ -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">

Loading…
Cancel
Save