This commit is contained in:
BianLzhaoMin 2025-10-21 16:25:36 +08:00
parent c6a4901239
commit 81e15e28ab
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
width="80" width="80"
type="index" type="index"
> >
<template scope="scope"> <template slot-scope="scope">
<span>{{ <span>{{
(queryParams.pageNum - 1) * 10 + scope.$index + 1 (queryParams.pageNum - 1) * 10 + scope.$index + 1
}}</span> }}</span>