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,7 +5,7 @@ | ||
| 5 | <span>使用分析</span> | 5 | <span>使用分析</span> |
| 6 | </template> | 6 | </template> |
| 7 | <template slot="btns"> | 7 | <template slot="btns"> |
| 8 | - <el-tooltip effect="dark" content="导出报表" placement="bottom"> | 8 | + <el-tooltip effect="dark" content="导出更多数据" placement="bottom"> |
| 9 | <el-button | 9 | <el-button |
| 10 | type="primary" | 10 | type="primary" |
| 11 | icon="fa fa-cloud-download" | 11 | icon="fa fa-cloud-download" |
| @@ -73,7 +73,7 @@ | @@ -73,7 +73,7 @@ | ||
| 73 | round | 73 | round |
| 74 | size="small" | 74 | size="small" |
| 75 | @click="resetRank" | 75 | @click="resetRank" |
| 76 | - >使用频率排名</el-button | 76 | + >使用频率前十</el-button |
| 77 | > | 77 | > |
| 78 | </li> | 78 | </li> |
| 79 | <li class="item item2" v-for="(item, index) in query.secGraClaSub"> | 79 | <li class="item item2" v-for="(item, index) in query.secGraClaSub"> |