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>
1:设置 分页不显示,直接设置total为0
2:moment.js subtract 是减去时间的意思
3:添加序号