From b8ba5ab9938b79fa0ec2ee7b6df2f47490536389 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 28 十月 2024 15:14:43 +0800 Subject: [PATCH] 总控车间新增配置假数据功能 --- src/views/mdc/base/SubControlWorkshopSignage.vue | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/src/views/mdc/base/SubControlWorkshopSignage.vue b/src/views/mdc/base/SubControlWorkshopSignage.vue index 9d66565..10d2242 100644 --- a/src/views/mdc/base/SubControlWorkshopSignage.vue +++ b/src/views/mdc/base/SubControlWorkshopSignage.vue @@ -59,6 +59,22 @@ <td>{{item.clazz}}</td> </template> </tr> + <template v-if="todayProductionPlanList.length<=3"> + <tr v-for="(item,index) in 3-todayProductionPlanList.length" + :key="index"> + <td colspan="2"></td> + <td colspan="2"></td> + <td colspan="2"></td> + <td colspan="2"></td> + <td></td> + <td></td> + <td></td> + <td></td> + <td colspan="2"></td> + <td colspan="2"></td> + <td></td> + </tr> + </template> </tbody> </table> @@ -102,7 +118,7 @@ <template v-for="(listItem,listIndex) in maxBrandToolLifeListLength"> <template> <tr> - <td style="width: 7vw">棰濆畾瀵垮懡</td> + <td style="width: 5vw;min-width: 5vw">棰濆畾瀵垮懡</td> <template v-for="(item,index) in toolLife.brandList"> <td rowspan="2" style="width: 2.5vw"> {{toolLife.lifeList[index][listIndex]?toolLife.lifeList[index][listIndex]?toolLife.lifeList[index][listIndex].tid:'':''}} -- Gitblit v1.9.3