<el-table-column type="index" header-align="center" align="center" label="序号" width="50" > <!-- <template scope="scope"> <span>{{scope.$index + 1}} </span> </template>--> <template slot-scope="scope"> <span>{{(pageIndex - 1) * pageSize + scope.$index + 1}}</span> </template> </el-table-column>
vue 中 自动加序号 翻页增加代码
最新推荐文章于 2024-05-15 11:26:12 发布