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
872eef29
authored
2022-11-15 15:36:36 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:房产查询
1 parent
6f7d8243
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
872eef2
...
...
@@ -36,8 +36,8 @@
</div>
<div
class=
"submit-button"
v-if=
"isSearch"
style=
"padding-bottom:20px"
>
<el-button
type=
"primary"
>
无房证明
打印(1)
</el-button>
<el-button
type=
"primary"
>
房产结果
打印(1)
</el-button>
<el-button
type=
"primary"
v-if=
"searchData.data.length > 0"
>
房产结果
打印(1)
</el-button>
<el-button
type=
"primary"
v-else
>
无房证明
打印(1)
</el-button>
<el-button
@
click=
"closeDialog"
>
关闭
</el-button>
</div>
</div>
...
...
Please
register
or
sign in
to post a comment