|
|
@@ -49,9 +49,9 @@
|
|
|
<el-table-column sortable show-overflow-tooltip prop="FinishNum" header-align="center" label="已完成数" align="center"></el-table-column>
|
|
|
<el-table-column sortable show-overflow-tooltip prop="UnReportNum" header-align="center" label="未上报数" align="center"></el-table-column>
|
|
|
</el-table>
|
|
|
- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
|
|
|
- :page-sizes="[50, 100, 200, 500]" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount">
|
|
|
- </el-pagination>
|
|
|
+<!-- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"-->
|
|
|
+<!-- :page-sizes="[50, 100, 200, 500]" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount">-->
|
|
|
+<!-- </el-pagination>-->
|
|
|
</el-card>
|
|
|
</div>
|
|
|
</template>
|