Commit d0b07a5cd025f6adbb630717a990b909f16b516b
1 parent
a4074db8
按钮文字调整
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/standard/analysis/index.vue
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <span>使用分析</span> |
6 | 6 | </template> |
7 | 7 | <template slot="btns"> |
8 | - <el-tooltip effect="dark" content="导出报表" placement="bottom"> | |
8 | + <el-tooltip effect="dark" content="导出更多数据" placement="bottom"> | |
9 | 9 | <el-button |
10 | 10 | type="primary" |
11 | 11 | icon="fa fa-cloud-download" |
... | ... | @@ -73,7 +73,7 @@ |
73 | 73 | round |
74 | 74 | size="small" |
75 | 75 | @click="resetRank" |
76 | - >使用频率排名</el-button | |
76 | + >使用频率前十</el-button | |
77 | 77 | > |
78 | 78 | </li> |
79 | 79 | <li class="item item2" v-for="(item, index) in query.secGraClaSub"> | ... | ... |