From f791db88d83a7ed851b9412d9797ed16b345fe79 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 07 七月 2022 18:39:18 +0800
Subject: [PATCH] 1.项目页面修改2.生产管理工单页面开发

---
 src/views/zzmx/gylx.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/zzmx/gylx.vue b/src/views/zzmx/gylx.vue
index 8535de9..2920da3 100644
--- a/src/views/zzmx/gylx.vue
+++ b/src/views/zzmx/gylx.vue
@@ -96,7 +96,7 @@
           >
             <template slot-scope="{row}">
               <div class="operationClass">
-                <!--                <el-button type="text" @click="edit('edit',row)">淇敼</el-button>-->
+                <!--                <el-button type="text" @click="edit('edit',row)">缂栬緫</el-button>-->
                 <el-button type="text" @click="edit('edit',row)">棰勮</el-button>
                 <el-button type="text" @click="del(row)">鍒犻櫎</el-button>
               </div>
@@ -120,9 +120,10 @@
     <el-dialog
       :title="operation==='add'?'鏂板':'棰勮'"
       :visible.sync="dialogVisible"
-      width="70%"
+      width="1200px"
       :close-on-click-modal="false"
       top="15vh"
+      :fullscreen="isFullscreen"
       @closed="handleClose"
       @close="handleClose"
     >
@@ -277,6 +278,7 @@
       }
     }
     return {
+      isFullscreen: false,
       mainHeight: 0,
       tableHeight: 0,
       form: {
@@ -632,6 +634,7 @@
       this.$nextTick(() => {
         this.mainHeight = window.innerHeight - 250
         this.tableHeight = this.mainHeight - 100
+        this.isFullscreen = window.innerHeight < 800
       })
     }
   }

--
Gitblit v1.9.3