From d24862719714be5f76fb3dc81a3a3da8de4cc5a4 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 02 七月 2022 16:23:03 +0800
Subject: [PATCH] 关于打印功能的测试内容

---
 src/views/sbgl/sbqd.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/sbgl/sbqd.vue b/src/views/sbgl/sbqd.vue
index 22f286a..8da75f8 100644
--- a/src/views/sbgl/sbqd.vue
+++ b/src/views/sbgl/sbqd.vue
@@ -176,7 +176,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="del(row)">鍒犻櫎</el-button>
               </div>
             </template>
@@ -197,7 +197,8 @@
     </div>
     <!--璁惧娓呭崟鏂板缂栬緫-->
     <el-dialog
-      :title="operation==='add'?'鏂板':'淇敼'"
+      :close-on-click-modal="false"
+      :title="operation==='add'?'鏂板':'缂栬緫'"
       :visible.sync="dialogVisible"
       width="50%"
       top="15vh"
@@ -289,7 +290,7 @@
       :visible.sync="DeviceTypeDialogVisible"
       width="50%"
       top="15vh"
-
+      :close-on-click-modal="false"
       class="DeviceTypeDialogVisible"
       @close="handleCloseDeviceType"
     >
@@ -375,6 +376,7 @@
       title="璁惧缁�"
       :visible.sync="DeviceGroupDialogVisible"
       width="70%"
+      :close-on-click-modal="false"
       top="15vh"
       class="DeviceTypeDialogVisible"
       @close="handleCloseDeviceGroup"

--
Gitblit v1.9.3