Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4481dd01
authored
2023-09-01 10:23:59 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:权利人
1 parent
4e6ac651
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/workflow/components/dialog/addQlr.vue
src/views/workflow/components/dialog/addQlr.vue
View file @
4481dd0
<!--
* @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"
>
...
...
Please
register
or
sign in
to post a comment