|
@@ -212,7 +212,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
- <!-- 三方会议 可用(当前处于通话中)-->
|
|
|
+<!-- <!– 三方会议 可用(当前处于通话中)–>
|
|
|
<template v-if="telStatusInfo.isDutyOn && activeArr.includes('conference') && onCallArr.length !== 1">
|
|
|
<div
|
|
|
class="item active"
|
|
@@ -225,7 +225,7 @@
|
|
|
<span>三方会议</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
- <!-- 三方会议并且处于三方会议中 -->
|
|
|
+ <!– 三方会议并且处于三方会议中 –>
|
|
|
<template v-else-if="telStatusInfo.isDutyOn && activeArr.includes('conference') && onCallArr.length === 1">
|
|
|
<el-popover :width="130 * onCallArr.length" :offset="0" v-model:visible="threeWayVisible" trigger="hover" popper-class="hangup-popover">
|
|
|
<template #reference>
|
|
@@ -247,13 +247,13 @@
|
|
|
</div>
|
|
|
</el-popover>
|
|
|
</template>
|
|
|
- <!-- 三方会议 不可用 -->
|
|
|
+ <!– 三方会议 不可用 –>
|
|
|
<template v-else>
|
|
|
<div class="item disabled" title="三方会议">
|
|
|
<img :src="getImageUrl('phoneControls/conference_grey.png')" alt="" />
|
|
|
<span>三方会议</span>
|
|
|
</div>
|
|
|
- </template>
|
|
|
+ </template>-->
|
|
|
|
|
|
<!-- 呼叫 可用-->
|
|
|
<template v-if="telStatusInfo.isDutyOn && activeArr.includes('outbound')">
|