|
@@ -34,6 +34,33 @@
|
|
|
</el-scrollbar>
|
|
|
</div>
|
|
|
<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
|
|
|
v-if="isShowIns"
|
|
|
placement="bottom"
|
|
@@ -363,6 +390,9 @@ export default {
|
|
|
checkShow(val) {
|
|
|
this.isShowIns = val;
|
|
|
},
|
|
|
+ gotoOa(){
|
|
|
+ window.open('http://oadev.dayaedu.com/')
|
|
|
+ }
|
|
|
},
|
|
|
watch: {
|
|
|
resetVisible(val) {
|