refine example demo
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <div class="app-container">
 | 
					  <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">
 | 
					      <el-table-column align="center" label="ID" width="80">
 | 
				
			||||||
        <template slot-scope="scope">
 | 
					        <template slot-scope="scope">
 | 
				
			||||||
          <span>{{ scope.row.id }}</span>
 | 
					          <span>{{ scope.row.id }}</span>
 | 
				
			||||||
@@ -87,7 +87,7 @@ export default {
 | 
				
			|||||||
      listLoading: true,
 | 
					      listLoading: true,
 | 
				
			||||||
      listQuery: {
 | 
					      listQuery: {
 | 
				
			||||||
        page: 1,
 | 
					        page: 1,
 | 
				
			||||||
        limit: 10
 | 
					        limit: 20
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user