|
|
|
@ -89,7 +89,7 @@ export default { |
|
|
|
|
// 当前页码 |
|
|
|
|
page: 1, |
|
|
|
|
pageSize: 15, |
|
|
|
|
pageSizeOptions: ['15', '30', '50'], |
|
|
|
|
pageSizeOptions: ['15', '30', '50','100'], |
|
|
|
|
showTotal: (total) => `共 ${total} 条记录`, // 显示总数 |
|
|
|
|
orderList: { data: [], total: 0}, |
|
|
|
|
simpleImage: Empty.PRESENTED_IMAGE_SIMPLE, |
|
|
|
|