From de2a15826da832d2a28dad04657a693e03423e3c Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 17 七月 2024 09:58:22 +0800
Subject: [PATCH] 工单批量审核可多选故障类型

---
 src/layout/components/Navbar.vue |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 7defbcf..2a5d731 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -39,13 +39,13 @@
 
     </div>
     <div class="button-container">
-      <el-button type="primary" @click="toScreen">鍙鍖栧ぇ灞�</el-button>
+      <el-button type="primary" @click="toScreen" size="small">鍙鍖栧ぇ灞�</el-button>
     </div>
     <div class="button-container">
-      <el-button type="primary" @click="toSystemB">璺宠浆B绯荤粺</el-button>
+      <el-button type="primary" @click="toSystemB" size="small">璺宠浆B绯荤粺</el-button>
     </div>
     <div class="button-container">
-      <el-button type="primary" @click="toSystemA">璺宠浆A绯荤粺</el-button>
+      <el-button type="primary" @click="toSystemA" size="small">璺宠浆A绯荤粺</el-button>
     </div>
   </div>
 </template>
@@ -116,15 +116,12 @@
         path: '/screen'
       })
     },
+
     toSystemA() {
-      this.$router.push({
-        path: '/screen'
-      })
+      window.open('https://www.baidu.com/')
     },
     toSystemB() {
-      this.$router.push({
-        path: '/screen'
-      })
+      window.open('https://www.baidu.com/')
     }
   }
 }

--
Gitblit v1.8.0