Browse Source

提交一下

1
mo 3 years ago
parent
commit
a8d853c352
1 changed files with 30 additions and 0 deletions
  1. 30 0
      src/layout/components/Navbar.vue

+ 30 - 0
src/layout/components/Navbar.vue

@@ -34,6 +34,33 @@
       </el-scrollbar>
       </el-scrollbar>
     </div>
     </div>
     <div class="right-menu">
     <div class="right-menu">
+           <el-popover
+        placement="bottom"
+        trigger="hover"
+        style="display: flex; height: 89px"
+      >
+        <div class="popover-container" style="text-align: center">OA审批</div>
+
+        <div
+          style="
+            display: flex;
+            align-items: center;
+            justify-content: center;
+            height: 89px;
+          "
+          class="msginfo"
+          @click="gotoOa"
+          slot="reference"
+        >
+          <img
+            src="@/assets/images/base/instruction-icon.png"
+            width="24px"
+            height="24px"
+          />
+
+          <!-- <div class="active"></div> -->
+        </div>
+      </el-popover>
       <el-popover
       <el-popover
         v-if="isShowIns"
         v-if="isShowIns"
         placement="bottom"
         placement="bottom"
@@ -363,6 +390,9 @@ export default {
     checkShow(val) {
     checkShow(val) {
       this.isShowIns = val;
       this.isShowIns = val;
     },
     },
+    gotoOa(){
+      window.open('http://oadev.dayaedu.com/')
+    }
   },
   },
   watch: {
   watch: {
     resetVisible(val) {
     resetVisible(val) {