Pan %!s(int64=7) %!d(string=před) roky
rodič
revize
37085484d1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/table/index.vue

+ 1 - 1
src/views/table/index.vue

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <div class="app-container">
3
-    <el-table :data="list" v-loading.body="listLoading" element-loading-text="拼命加载中" border fit highlight-current-row>
3
+    <el-table :data="list" v-loading.body="listLoading" element-loading-text="Loading" border fit highlight-current-row>
4 4
       <el-table-column align="center" label='ID' width="95">
5 5
         <template slot-scope="scope">
6 6
           {{scope.$index}}