自定义ElementUI中el-table的序号列需求下面的序号不管在哪一页,都是从1开始的, 第二页的序号需要显示11, 12, 13…
<el-table-column type="index" label=&
2021-02-03