@@ -378,7 +378,7 @@ function renderTab(data,activePage){
// <td class="recordScoreOperaBtn textCenter" style="opacity:${hasData('FUNC000017')?'1':'0.5'}">评分</td>
str += `
<tr data-index=${i}>
- <td class="scoreOperaItem textCenter">${(activePage-1)*size+i+1}</td>
+ <td class="scoreOperaItem textCenter">${(activePage-1)*15+i+1}</td>
`
for(let j = 0; j < pageSet.length; j++){
if(pageSet[j].status === 1){
@@ -351,7 +351,7 @@ function renderTab(data,hisId,activePage){