浏览代码

仓库报表

3254194295 2 年之前
父节点
当前提交
5815a467d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/dashboard/modules/DetailOutStoreReport.vue

+ 1 - 1
src/views/dashboard/modules/DetailOutStoreReport.vue

@@ -70,7 +70,7 @@ export default {
           checked: true,
           width: '70px',
           customRender: (text, record, index) => {
-            return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
+            return `${index + 1}`
           }
         },
         {