From bd3410da8a13682ec0bc888539dc35209a2196ba Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 14 七月 2022 16:10:58 +0800
Subject: [PATCH] 1.生产开报工页面开发

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

diff --git a/src/views/zzmx/gylx.vue b/src/views/zzmx/gylx.vue
index d88329d..0b72a13 100644
--- a/src/views/zzmx/gylx.vue
+++ b/src/views/zzmx/gylx.vue
@@ -120,7 +120,7 @@
     <el-dialog
       :title="operation==='add'?'鏂板':'棰勮'"
       :visible.sync="dialogVisible"
-      width="70%"
+      width="1200px"
       :close-on-click-modal="false"
       top="15vh"
       :fullscreen="isFullscreen"
@@ -140,6 +140,7 @@
           <el-form-item prop="enable" label="浣跨敤鐘舵��" style="margin-right: 20px">
             <el-select
               v-model="dialogForm.enable"
+              filterable
               :disabled="operation==='edit'"
               :popper-append-to-body="false"
               style="width: 220px"
@@ -261,7 +262,7 @@
 
 const SER_HZ = /^[\u4e00-\u9fa5]+$/
 export default {
-  name: 'Zzjg',
+  name: 'GYLX',
   components: {
     Pagination
   },
@@ -634,7 +635,7 @@
       this.$nextTick(() => {
         this.mainHeight = window.innerHeight - 250
         this.tableHeight = this.mainHeight - 100
-        this.isFullscreen = window.innerHeight < 800
+        // this.isFullscreen = window.innerHeight < 800
       })
     }
   }

--
Gitblit v1.9.3