码迷,mamicode.com
首页 > 其他好文 > 详细

学习项目-前端-第二课:ElementUI:paginate

时间:2020-07-09 22:05:02      阅读:61      评论:0      收藏:0      [点我收藏+]

标签:ddr   mod   sea   lag   style   detail   search   span   tail   

一、modify easy-mock-->/api/gathering/search/{page}/{size}

{
  "flag": true,
  "code": 20000,
  "message": "@string",
  "data": {
    "total": "@integer(60, 100)",
    "rows|10": [{
      "id": "@string",
      "name": "@cword(8,12)",
      "summary": "@cword(20,40)",
      "detail": "@cword(20,40)",
      "sponsor": "@string",
      "image": "@image",
      "starttime": "@date",
      "endtime": "@date",
      "address": "@county(true)",
      "enrolltime": "@string",
      "state": "@string",
      "city": "@string"
    }]
  }
}

 

学习项目-前端-第二课:ElementUI:paginate

标签:ddr   mod   sea   lag   style   detail   search   span   tail   

原文地址:https://www.cnblogs.com/DotSDot/p/13276417.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!