去掉热门产品页面title
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<div class="hot-product-page">
|
||||
<!-- 页面标题 -->
|
||||
<div class="page-header">
|
||||
<!-- <div class="page-header">
|
||||
<h2 class="page-title">
|
||||
<i class="el-icon-trophy"></i>
|
||||
热门产品排行
|
||||
</h2>
|
||||
<div class="page-subtitle">基于产品咨询访问频率的热门产品分析</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!-- 统计卡片 -->
|
||||
<el-row :gutter="20" class="statistics-row">
|
||||
@@ -149,14 +149,14 @@
|
||||
<i class="el-icon-refresh"></i>
|
||||
刷新数据
|
||||
</el-button>
|
||||
<el-button @click="exportData">
|
||||
<!-- <el-button @click="exportData">
|
||||
<i class="el-icon-download"></i>
|
||||
导出排行榜
|
||||
</el-button>
|
||||
<el-button @click="openSettings">
|
||||
<i class="el-icon-setting"></i>
|
||||
设置
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user