<el-table-column
label="序号"
width="50px"
>
<template #default="scope">
{{ (listQuery.pageNum - 1) * listQuery.pageSize + scope.$index + 1 }}
</template>
</el-table-column>
<el-table-column
label="序号"
width="50px"
>
<template #default="scope">
{{ (listQuery.pageNum - 1) * listQuery.pageSize + scope.$index + 1 }}
</template>
</el-table-column>