Fixiaobai
2023-09-09 5651ee8cec90cce413eb6b25f29cef47f13b19fc
src/components/view/rawUnqualified/raw.vue
@@ -71,7 +71,7 @@
        >
          <el-table-column type="selection" width="50"> </el-table-column>
          <el-table-column type="index" label="序号" width="60">
            <template scope="scope">
            <template slot-scope="scope">
              {{ (search.pageSize - 1) * search.countSize + scope.$index + 1 }}
            </template>
          </el-table-column>