|
@@ -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}}
|