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
07f6455e
authored
2020-12-21 10:18:58 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更多查询
1 parent
57bc1be6
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 @
07f6455
...
...
@@ -4,7 +4,7 @@
<el-row>
<el-col
:span=
"24"
>
<el-form
:inline=
"true"
class=
"demo-form-inline"
label-width=
"120px"
>
<el-form-item
label=
"宗地编码"
>
<el-form-item
label=
"宗地编码
:
"
>
<el-input
v-model=
"queryData.zddm"
placeholder=
"输入宗地编码"
...
...
@@ -18,7 +18,7 @@
@
change=
"query"
></el-input>
</el-form-item>
<el-form-item
label=
"不动产单元号"
>
<el-form-item
label=
"不动产单元号
:
"
>
<el-input
maxlength=
"28"
v-model=
"queryData.bdcdyh"
...
...
@@ -48,7 +48,7 @@
@
change=
"query"
></el-input>
</el-form-item>
<el-form-item
label=
"坐落"
>
<el-form-item
label=
"坐落
:
"
>
<el-input
v-model=
"queryData.zl"
placeholder=
"输入坐落地址"
...
...
Please
register
or
sign in
to post a comment