<template slot="index" slot-scope="text,record,index">
<span>{{ (ipaginationList.current-1)*ipaginationList.pageSize + parseInt(index) + 1}}</span>
</template>
改代碼表示的是首列的序号,在所有資料中的序号
其中text是目前表格值,record是目前行 ,index是目前行所在的數組下标