We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a77021 commit 5083e48Copy full SHA for 5083e48
src/views/excel/export-excel.vue
@@ -13,7 +13,7 @@
13
</a>
14
</div>
15
16
- <el-table v-loading="listLoading" :data="list" element-loading-text="拼命加载中" border fit highlight-current-row>
+ <el-table v-loading="listLoading" :data="list" element-loading-text="Loading..." border fit highlight-current-row>
17
<el-table-column align="center" label="Id" width="95">
18
<template slot-scope="scope">
19
{{ scope.$index }}
0 commit comments