From bed893abbebac6a1e43478b693e1f862a6b6c8fe Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 09 七月 2022 17:25:20 +0800
Subject: [PATCH] 1.生产开报工实现部分2.修改bug

---
 src/views/zzmx/gylx.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/views/zzmx/gylx.vue b/src/views/zzmx/gylx.vue
index 8535de9..d2202be 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"
     >
@@ -260,7 +261,7 @@
 
 const SER_HZ = /^[\u4e00-\u9fa5]+$/
 export default {
-  name: 'Zzjg',
+  name: 'GYLX',
   components: {
     Pagination
   },
@@ -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