<el-table-column type="index" label="序號(hào)" : index="indexMethod" width="90" align="center" ></el-table-column> ...... //序號(hào)Index 翻頁遞增 currentPage 當(dāng)前頁, fetchNum 當(dāng)前頁顯示條數(shù) indexMethod(index){ return(this.currentPage-1)*this.fetchNum +index+1; }
聯(lián)系客服