Commit 9705b6d3 authored by anxixi's avatar anxixi

pc搜索等新功能及优化

parent 72a0b876
......@@ -12,7 +12,7 @@
<div class="gendisplay">
<p>
<i @click="tohome(item)" class="hover_cursor">{{item.empName}}</i>
<i :style="item.isOnline != 0?'background:#AAAAAA;':''" class="userOnline"></i>
<i v-if="item.isOnline!=2" :style="item.isOnline != 0?'background:#AAAAAA;':''" class="userOnline"></i>
</p>
<div v-if="item.empId != userInfo.empId">
<popoverBardbar :iseventlive="true" v-if="item.isFriend == 2" :row="item" :placement="true"></popoverBardbar>
......
<template>
<div>
<el-popover
:placement="placement?'left':'bottom'"
:placement="placement?'left-start':'bottom'"
width="300"
ref="popover"
popper-class="bard_popover"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment