4481dd01 by renchao@pashanhoo.com

style:权利人

1 parent 4e6ac651
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-01 10:10:15
* @LastEditTime: 2023-09-01 10:23:30
-->
<template>
<dialogBox
......@@ -275,7 +275,7 @@
</el-row>
</el-form>
<lb-table
:page-size="pageData.pageSize" :calcHeight="435"
:page-size="pageData.pageSize" :heightNum="487"
:current-page.sync="pageData.currentPage" :total="tableDataGr.total" @size-change="handleSizeChange"
@p-current-change="handleCurrentChange" :column="tableDataGr.columns"
:data="tableDataGr.data">
......@@ -305,7 +305,7 @@
</el-row>
</el-form>
<lb-table
:page-size="pageData.pageSize" :calcHeight="435"
:page-size="pageData.pageSize" :heightNum="487"
:current-page.sync="pageData.currentPage" :total="tableDataQy.total" @size-change="handleSizeChange"
@p-current-change="handleCurrentChange" :column="tableDataQy.columns"
:data="tableDataQy.data">
......