소스 검색

月报2.0改造(2.3)

洪海涛 4 년 전
부모
커밋
08f03b3eec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/monthlyReport/childrenPage/editReport/components/MrTable/index.vue

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/MrTable/index.vue

@@ -4,7 +4,7 @@
     <span @click.stop>
       <!-- :data="[...paging.tableData].splice(0,2)" -->
       <el-table
-        :data="[...paging.tableData].splice(0,2)"
+        :data="tableData"
         border
         style="width: 100%; margin-top: 10px"
         highlight-current-row