Commit 561d191b by caoyanzhi

fix: 计划视图-任务详情弹窗中分页器bug

parent 01f1566c
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="failReasonDescription" label="原因" show-overflow-tooltip> </el-table-column> <el-table-column prop="failReasonDescription" label="原因" show-overflow-tooltip> </el-table-column>
</el-table> </el-table>
<el-pagination background layout="prev, pager, next" :total="total" style="text-align:right;" @current-change="handlePageChange"> </el-pagination> <el-pagination background layout="prev, pager, next" :total="total" :page-size="pageParams.pageSize" style="text-align:right;" @current-change="handlePageChange"> </el-pagination>
</div> </div>
</el-dialog> </el-dialog>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment