Table添加序号
Table添加序号
顾拾柒Vue 添加从1开始 添加序号
在template 添加
1 | <el-table-column label="序号" align="center" type="index" :index="indexMethod"/> |
在script添加
1 | /** 自定义编号 */ |
在template 添加
1 | <el-table-column label="序号" align="center" type="index" :index="indexMethod"/> |
在script添加
1 | /** 自定义编号 */ |