浏览代码

月报2.0改造(4.7)

洪海涛 4 年之前
父节点
当前提交
be974d426e
共有 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

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