no message

cyl/job_im_cus
jscyl13849007907 6 days ago
parent 3cf5e505de
commit 936441c1dd

@ -159,9 +159,12 @@
<slot> <slot>
<div class="g_flex_row_between" style="padding: 0 10px;"> <div class="g_flex_row_between" style="padding: 0 10px;">
<div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="addMemberShow = true">添加成员</div> <div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="addMemberShow = true">添加成员</div>
<div v-if="!hideAddTeam" style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="addTeamShow = true"></div> <div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="addTeamShow = true"
<div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="operateShow = true">操作</div> :style="{
<div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="goPage('/root/person/info?active=1')"></div> 'color':hideAddTeam ? '#999' : 'rgba(2, 122, 255, 1);'
}"
>添加子部门</div>
<div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="operateShow = true">更多管理</div>
</div> </div>
</slot> </slot>
</g-panel-fixed> </g-panel-fixed>

@ -138,7 +138,7 @@
<div style="height: 40px;"></div> <div style="height: 40px;"></div>
<g-panel-fixed> <g-panel-fixed>
<slot> <slot>
<div class="g_flex_row_between" style="padding: 0 10px;"> <div class="g_flex_row_between" style="padding: 0 20px;">
<div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="addMemberShow = true">添加成员</div> <div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="addMemberShow = true">添加成员</div>
<div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="addTeamShow = true">添加子部门</div> <div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="addTeamShow = true">添加子部门</div>
<div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="goPage('/root/person/info?active=1')"></div> <div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="goPage('/root/person/info?active=1')"></div>

Loading…
Cancel
Save