Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
57bc1be6
authored
2020-12-21 09:57:14 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更多查询
1 parent
f542d77d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/searchHead/searchHead.vue
src/components/searchHead/searchHead.vue
View file @
57bc1be
...
...
@@ -11,7 +11,7 @@
@
change=
"query"
></el-input>
</el-form-item>
<el-form-item
label=
"项目名称
:
"
>
<el-form-item
label=
"项目名称"
>
<el-input
placeholder=
"输入项目名称"
v-model=
"queryData.xmmc"
...
...
@@ -41,7 +41,7 @@
<el-row
class=
"row3"
v-if=
"ismore"
>
<el-col
:span=
"22"
>
<el-form
:inline=
"true"
class=
"demo-form-inline"
label-width=
"120px"
>
<el-form-item
label=
"权利人名称
:
"
>
<el-form-item
label=
"权利人名称"
>
<el-input
placeholder=
"输入权利人名称"
v-model=
"queryData.qlrmc"
...
...
@@ -55,7 +55,7 @@
@
change=
"query"
></el-input>
</el-form-item>
<el-form-item
label=
"不动产权证号
:
"
>
<el-form-item
label=
"不动产权证号"
>
<el-input
placeholder=
"输入不动产权证号"
v-model=
"queryData.bdcqzh"
...
...
Please
register
or
sign in
to post a comment