ant-design-Vue table

1:设置 分页不显示,直接设置total为0

 

2:moment.js     subtract 是减去时间的意思

 

3:添加序号  

  <template slot="rowIndex" slot-scope="text, record,index">
            {{ (ipagination.current - 1) * (ipagination.pageSize) + parseInt(index) + 1}}
       </template>
posted @ 2022-01-10 14:45  泽泽生龙  阅读(136)  评论(0编辑  收藏  举报