|
@@ -2,22 +2,22 @@
|
|
|
<div class="icon-button">
|
|
|
<el-button-group>
|
|
|
<el-tooltip effect="dark" content="直播间内用户" placement="top" :enterable="false">
|
|
|
- <el-button type="success" size="small"><icon-svg name="user" /></el-button>
|
|
|
+ <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"><icon-svg name="playback" /></el-button>
|
|
|
+ <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="primary" size="small"><icon-svg name="product" /></el-button>
|
|
|
+ <el-button type="primary" size="small" disabled><icon-svg name="product" /></el-button>
|
|
|
</el-tooltip>
|
|
|
<el-tooltip effect="dark" content="客户咨询" placement="top" :enterable="false">
|
|
|
- <el-button type="primary" size="small"><icon-svg name="question" /></el-button>
|
|
|
+ <el-button type="primary" size="small" disabled><icon-svg name="question" /></el-button>
|
|
|
</el-tooltip>
|
|
|
<el-tooltip effect="dark" content="商品跳转记录" placement="top" :enterable="false">
|
|
|
- <el-button type="info" size="small"><icon-svg name="record" /></el-button>
|
|
|
+ <el-button type="info" size="small" disabled><icon-svg name="record" /></el-button>
|
|
|
</el-tooltip>
|
|
|
<el-tooltip effect="dark" content="邀约码统计" placement="top" :enterable="false">
|
|
|
- <el-button type="info" size="small"><icon-svg name="share" /></el-button>
|
|
|
+ <el-button type="info" size="small" disabled><icon-svg name="share" /></el-button>
|
|
|
</el-tooltip>
|
|
|
|
|
|
<el-tooltip effect="dark" content="查看" placement="top" :enterable="false">
|
|
@@ -63,12 +63,4 @@ export default Vue.extend({
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
-</script>
|
|
|
-
|
|
|
-<style scoped>
|
|
|
-.icon-button .el-button {
|
|
|
- padding: 6px 10px;
|
|
|
- font-size: medium;
|
|
|
- border-radius: 10px;
|
|
|
-}
|
|
|
-</style>
|
|
|
+</script>
|