Commit dcf87b64fd572119a60935c1075f0067cdebe289
1 parent
76f08d4e
table bug修复
Showing
5 changed files
with
9 additions
and
9 deletions
src/views/account/index.vue
@@ -71,7 +71,7 @@ | @@ -71,7 +71,7 @@ | ||
71 | </el-table-column> | 71 | </el-table-column> |
72 | </el-table> | 72 | </el-table> |
73 | <el-pagination | 73 | <el-pagination |
74 | - :page-size="10" | 74 | + :page-size="5" |
75 | :pager-count="11" | 75 | :pager-count="11" |
76 | layout="prev, pager, next" | 76 | layout="prev, pager, next" |
77 | :total="total" | 77 | :total="total" |
@@ -134,7 +134,7 @@ | @@ -134,7 +134,7 @@ | ||
134 | </el-table-column> | 134 | </el-table-column> |
135 | </el-table> | 135 | </el-table> |
136 | <el-pagination | 136 | <el-pagination |
137 | - :page-size="10" | 137 | + :page-size="5" |
138 | :pager-count="21" | 138 | :pager-count="21" |
139 | layout="prev, pager, next" | 139 | layout="prev, pager, next" |
140 | :total="total2" | 140 | :total="total2" |
@@ -180,10 +180,10 @@ export default { | @@ -180,10 +180,10 @@ export default { | ||
180 | /** 分页*/ | 180 | /** 分页*/ |
181 | total: 0, | 181 | total: 0, |
182 | currentPage: 1, | 182 | currentPage: 1, |
183 | - pageSize: 10, | 183 | + pageSize: 5, |
184 | total2: 0, | 184 | total2: 0, |
185 | currentPage2: 1, | 185 | currentPage2: 1, |
186 | - pageSize2: 10, | 186 | + pageSize2: 5, |
187 | } | 187 | } |
188 | }, | 188 | }, |
189 | mounted: function() { | 189 | mounted: function() { |
src/views/dashboard/index.vue
@@ -175,7 +175,7 @@ | @@ -175,7 +175,7 @@ | ||
175 | </el-table-column> | 175 | </el-table-column> |
176 | </el-table> | 176 | </el-table> |
177 | <el-pagination | 177 | <el-pagination |
178 | - :page-size="10" | 178 | + :page-size="5" |
179 | :pager-count="11" | 179 | :pager-count="11" |
180 | layout="prev, pager, next" | 180 | layout="prev, pager, next" |
181 | :total="total" | 181 | :total="total" |
@@ -212,7 +212,7 @@ | @@ -212,7 +212,7 @@ | ||
212 | }, | 212 | }, |
213 | total: 0, | 213 | total: 0, |
214 | currentPage: 1, | 214 | currentPage: 1, |
215 | - pageSize: 10, | 215 | + pageSize: 4, |
216 | moneyData: [{ | 216 | moneyData: [{ |
217 | name: '消费金额', | 217 | name: '消费金额', |
218 | january: '0', | 218 | january: '0', |
src/views/myevaluate/index.vue
src/views/order/index.vue
src/views/payback/index.vue