第一步导入依赖
com.github.pagehelper
pagehelper
5.2.0
com.baomidou
mybatis-plus-boot-starter
3.2.0
然后导入前端element-ui组件+html代码
序号
租车人
客户性别
联系方式
销售负责人
家庭住址
租车车型
租车时间
支付金额
还车时间
租车状态
操作
{{ item.id}}
{{ item.renCarPerson}}
{{ item.cusSex}}
{{ item.cusMobile}}
{{item.saleId}}
{{ item.cusAddress}}
{{ item.rentCarType}}
{{ item.rentCarTime.substring(0,16).replace("T"," ")}}
{{ item.payMoney}}
{{ item.returnCarTime.substring(0,16).replace("T"," ")}}
{{ item.rentCarState}}



