|
@@ -118,28 +118,28 @@
|
|
|
</a-dropdown>
|
|
|
<a-row :gutter="68">
|
|
|
<a-col :xs="24" :sm="12" :style="{ marginBottom: ' 24px'}">
|
|
|
- <number-info :total="12321" :sub-total="17.1">
|
|
|
+ <!-- <number-info :total="12321" :sub-total="17.1">
|
|
|
<span slot="subtitle">
|
|
|
<span>搜索用户数</span>
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" :style="{ marginLeft: '8px' }" />
|
|
|
</a-tooltip>
|
|
|
</span>
|
|
|
- </number-info>
|
|
|
+ </number-info> -->
|
|
|
<!-- miniChart -->
|
|
|
<div>
|
|
|
<mini-smooth-area :style="{ height: '45px' }" :dataSource="searchUserData" :scale="searchUserScale" />
|
|
|
</div>
|
|
|
</a-col>
|
|
|
<a-col :xs="24" :sm="12" :style="{ marginBottom: ' 24px'}">
|
|
|
- <number-info :total="2.7" :sub-total="26.2" status="down">
|
|
|
+ <!-- <number-info :total="2.7" :sub-total="26.2" status="down">
|
|
|
<span slot="subtitle">
|
|
|
<span>人均搜索次数</span>
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" :style="{ marginLeft: '8px' }" />
|
|
|
</a-tooltip>
|
|
|
</span>
|
|
|
- </number-info>
|
|
|
+ </number-info> -->
|
|
|
<!-- miniChart -->
|
|
|
<div>
|
|
|
<mini-smooth-area :style="{ height: '45px' }" :dataSource="searchUserData" :scale="searchUserScale" />
|
|
@@ -221,7 +221,7 @@ import {
|
|
|
RankList,
|
|
|
Bar,
|
|
|
Trend,
|
|
|
- NumberInfo,
|
|
|
+ // NumberInfo,
|
|
|
MiniSmoothArea
|
|
|
} from '@/components'
|
|
|
import { baseMixin } from '@/store/app-mixin'
|
|
@@ -336,7 +336,7 @@ export default {
|
|
|
RankList,
|
|
|
Bar,
|
|
|
Trend,
|
|
|
- NumberInfo,
|
|
|
+ // NumberInfo,
|
|
|
MiniSmoothArea
|
|
|
},
|
|
|
data () {
|