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