|
@@ -1,20 +1,24 @@
|
|
|
<template>
|
|
|
<div class="icon-button">
|
|
|
<el-button-group>
|
|
|
- <el-tooltip effect="dark" content="直播间内用户" placement="top" :enterable="false">
|
|
|
+ <!--el-tooltip effect="dark" content="直播间内用户" placement="top" :enterable="false">
|
|
|
<el-button type="success" size="small" disabled>
|
|
|
<icon-svg name="user" /></el-button>
|
|
|
</el-tooltip>
|
|
|
<el-tooltip effect="dark" content="管理回放" placement="top" :enterable="false">
|
|
|
<el-button type="warning" size="small" disabled>
|
|
|
<icon-svg name="playback" /></el-button>
|
|
|
+ </el-tooltip-->
|
|
|
+ <el-tooltip effect="dark" content="观看统计" placement="top" :enterable="false">
|
|
|
+ <el-button type="info" size="small">
|
|
|
+ <icon-svg name="chartline" /></el-button>
|
|
|
</el-tooltip>
|
|
|
<el-tooltip effect="dark" content="商品库" placement="top" :enterable="false">
|
|
|
<el-button type="primary" size="small" @click="navigateTo('liveroomProd')">
|
|
|
<icon-svg name="product" /></el-button>
|
|
|
</el-tooltip>
|
|
|
<el-tooltip effect="dark" content="客户咨询" placement="top" :enterable="false">
|
|
|
- <el-button type="primary" size="small" @click='navigateTo("liveroomConsults")'>
|
|
|
+ <el-button type="warning" size="small" @click='navigateTo("liveroomConsults")'>
|
|
|
<icon-svg name="question" /></el-button>
|
|
|
</el-tooltip>
|
|
|
<el-tooltip effect="dark" content="商品跳转记录" placement="top" :enterable="false">
|