qinhouyu 1 년 전
부모
커밋
3ccfbf569f
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views/gas/user/springIoc/area.vue
  2. 1 1
      src/views/gas/user/springIoc/tyx.vue
  3. 1 1
      src/views/gas/user/springIoc/vw.vue

+ 1 - 1
src/views/gas/user/springIoc/area.vue

@@ -57,7 +57,7 @@
             <el-table-column type="selection" width="55" align="center"/>
             <el-table-column label="序列" width="70">
               <template slot-scope="scope">
-                {{(queryParams.pageNum-1)*queryParams.pageSize+scope.$index+1}}
+                {{(queryParams1.pageNum-1)*queryParams1.pageSize+scope.$index+1}}
               </template>
             </el-table-column>
             <el-table-column label="小区名" align="center" prop="name"/>

+ 1 - 1
src/views/gas/user/springIoc/tyx.vue

@@ -87,7 +87,7 @@
             <el-table-column type="selection" width="55" align="center"/>
             <el-table-column label="序号" width="70">
               <template slot-scope="scope">
-                {{(queryParams.pageNum-1)*queryParams.pageSize+scope.$index+1}}
+                {{(queryParams1.pageNum-1)*queryParams1.pageSize+scope.$index+1}}
               </template>
             </el-table-column>
             <el-table-column label="性质" align="center" prop="nature">

+ 1 - 1
src/views/gas/user/springIoc/vw.vue

@@ -42,7 +42,7 @@
             <el-table-column type="selection" width="55" align="center" />
             <el-table-column label="序列" width="70">
               <template slot-scope="scope">
-                {{(queryParams.pageNum-1)*queryParams.pageSize+scope.$index+1}}
+                {{(queryParams1.pageNum-1)*queryParams1.pageSize+scope.$index+1}}
               </template>
             </el-table-column>
             <el-table-column label="阀井名称" align="center" prop="valveWellName" />