From ff32f47f7e3c145dad9a04c39bc9b7e110e0a336 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 13 八月 2025 16:14:32 +0800 Subject: [PATCH] 设备监控页面修改 --- src/views/productionManagement/productionDispatching/components/formDia.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/productionManagement/productionDispatching/components/formDia.vue b/src/views/productionManagement/productionDispatching/components/formDia.vue index 9d9ec9e..a60f751 100644 --- a/src/views/productionManagement/productionDispatching/components/formDia.vue +++ b/src/views/productionManagement/productionDispatching/components/formDia.vue @@ -3,7 +3,7 @@ <el-dialog v-model="dialogFormVisible" title="鐢熶骇娲惧伐" - width="70%" + width="50%" @close="closeDia" > <el-form :model="form" label-width="140px" label-position="top" :rules="rules" ref="formRef"> -- Gitblit v1.9.3