Skip to content
Snippets Groups Projects
Commit 6e07d18b authored by Pan's avatar Pan
Browse files

refine example demo

parent f58db95b
No related branches found
No related tags found
No related merge requests found
<template>
<div class="app-container">
<el-table v-loading.body="listLoading" :data="list" border fit highlight-current-row style="width: 100%">
<el-table v-loading="listLoading" :data="list" border fit highlight-current-row style="width: 100%">
<el-table-column align="center" label="ID" width="80">
<template slot-scope="scope">
<span>{{ scope.row.id }}</span>
......@@ -87,7 +87,7 @@ export default {
listLoading: true,
listQuery: {
page: 1,
limit: 10
limit: 20
}
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment