4481dd01 by renchao@pashanhoo.com

style:权利人

1 parent 4e6ac651
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-01 10:10:15 4 * @LastEditTime: 2023-09-01 10:23:30
5 --> 5 -->
6 <template> 6 <template>
7 <dialogBox 7 <dialogBox
...@@ -275,7 +275,7 @@ ...@@ -275,7 +275,7 @@
275 </el-row> 275 </el-row>
276 </el-form> 276 </el-form>
277 <lb-table 277 <lb-table
278 :page-size="pageData.pageSize" :calcHeight="435" 278 :page-size="pageData.pageSize" :heightNum="487"
279 :current-page.sync="pageData.currentPage" :total="tableDataGr.total" @size-change="handleSizeChange" 279 :current-page.sync="pageData.currentPage" :total="tableDataGr.total" @size-change="handleSizeChange"
280 @p-current-change="handleCurrentChange" :column="tableDataGr.columns" 280 @p-current-change="handleCurrentChange" :column="tableDataGr.columns"
281 :data="tableDataGr.data"> 281 :data="tableDataGr.data">
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
305 </el-row> 305 </el-row>
306 </el-form> 306 </el-form>
307 <lb-table 307 <lb-table
308 :page-size="pageData.pageSize" :calcHeight="435" 308 :page-size="pageData.pageSize" :heightNum="487"
309 :current-page.sync="pageData.currentPage" :total="tableDataQy.total" @size-change="handleSizeChange" 309 :current-page.sync="pageData.currentPage" :total="tableDataQy.total" @size-change="handleSizeChange"
310 @p-current-change="handleCurrentChange" :column="tableDataQy.columns" 310 @p-current-change="handleCurrentChange" :column="tableDataQy.columns"
311 :data="tableDataQy.data"> 311 :data="tableDataQy.data">
......