| | |
| | | <pagination |
| | | v-show="page.total>0" |
| | | :total="page.total" |
| | | :layout="page.layout" |
| | | :page.sync="page.current" |
| | | :limit.sync="page.size" |
| | | @pagination="pagination" |
| | |
| | | return { |
| | | total:0, |
| | | current:0, |
| | | size:10 |
| | | size:10, |
| | | layout: 'total, sizes, prev, pager, next, jumper' |
| | | }; |
| | | } |
| | | } |
| | |
| | | page: { |
| | | total:0, |
| | | size:10, |
| | | current:1 |
| | | current:1, |
| | | layout: 'total, prev, pager, next' |
| | | }, |
| | | bindPartComponent: { |
| | | entity: { |
| | |
| | | page: { |
| | | total:0, |
| | | size:10, |
| | | current:1 |
| | | current:1, |
| | | layout: 'total, prev, pager, next' |
| | | }, |
| | | tableLoading: false, |
| | | searchUrl: '', // 查询 |
| | |
| | | productPage: { |
| | | total:0, |
| | | size:10, |
| | | current:0 |
| | | current:0, |
| | | layout: 'total, prev, pager, next' |
| | | }, |
| | | productableLoading: false, |
| | | productEditDia: false, |