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
d2d3e042
authored
2023-08-14 13:27:18 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:国有建设用地使用权/房屋所有权
1 parent
b253feff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
d2d3e04
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
07 16:06:37
* @LastEditTime: 2023-08-
14 13:26:06
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -9,7 +9,7 @@
<el-tab-pane
label=
"自然幢"
name=
"zrz"
></el-tab-pane>
<el-tab-pane
label=
"多幢"
name=
"dz"
></el-tab-pane>
</el-tabs>
<div
v-
if
=
"activeName == 'zrz'"
>
<div
v-
show
=
"activeName == 'zrz'"
>
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryzrzForm"
ref=
"queryzrzForm"
label-width=
"110px"
>
<el-row>
...
...
@@ -72,7 +72,7 @@
<el-button
type=
"primary"
plain
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
</div>
</div>
<div
v-
if
=
"activeName == 'dz'"
>
<div
v-
show
=
"activeName == 'dz'"
>
<div
class=
"from-clues-header"
>
<el-form
:model=
"querydzForm"
ref=
"querydzForm"
label-width=
"110px"
>
<el-row>
...
...
@@ -112,7 +112,7 @@
</el-form>
</div>
<div
class=
"from-clues-content loadingtext"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:calcHeight=
"
4
00"
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:calcHeight=
"
3
00"
:current-page
.
sync=
"pageData.currentPage"
:total=
"dztableData.total"
@
size-change=
"handleSizeChange"
@
select=
"select"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"dztableData.columns"
:data=
"dztableData.data"
>
...
...
Please
register
or
sign in
to post a comment