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
c90f4fe1
authored
2021-01-06 10:49:32 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式修改提交
1 parent
759c9974
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
src/components/searchHead/searchHead.vue
src/components/searchHead/searchHead.vue
View file @
c90f4fe
...
...
@@ -2,7 +2,7 @@
<el-row
class=
"box"
>
<el-col
:span=
"24"
>
<el-row>
<el-col
:span=
"
24
"
>
<el-col
:span=
"
18
"
>
<el-form
:inline=
"true"
class=
"demo-form-inline"
label-width=
"106px"
>
<el-form-item
label=
"宗地编码"
>
<el-input
...
...
@@ -18,14 +18,17 @@
@
change=
"query"
></el-input>
</el-form-item>
<el-form-item
label=
"不动产单元号"
>
<el-input
<el-form-item
label=
"不动产单元号"
>
<el-input
style=
"width: 280px;"
maxlength=
"28"
v-model=
"queryData.bdcdyh"
placeholder=
"输入不动产单元号"
@
change=
"query"
></el-input>
</el-form-item>
</el-form>
</el-col>
<el-col
:span=
"6"
aria-rowspan=
"3"
>
<el-button
type=
"primary"
@
click=
"query"
icon=
"el-icon-search"
>
查询
</el-button>
<el-button
type=
"warning"
@
click=
"reset"
icon=
"el-icon-refresh"
>
重置
</el-button>
<el-button
...
...
@@ -34,11 +37,10 @@
>
更多查询
</el-button>
<!-- @click="ismore = !ismore" -->
</el-form>
</el-col>
</el-row>
<el-row
class=
"row3"
v-if=
"ismore"
>
<el-col
:span=
"
22
"
>
<el-col
:span=
"
18
"
>
<el-form
:inline=
"true"
class=
"demo-form-inline"
label-width=
"106px"
>
<el-form-item
label=
"权利人名称"
>
<el-input
...
...
@@ -55,7 +57,7 @@
></el-input>
</el-form-item>
<el-form-item
label=
"不动产权证号"
>
<el-input
<el-input
style=
"width: 280px;"
placeholder=
"输入不动产权证号"
v-model=
"queryData.bdcqzh"
@
change=
"query"
...
...
@@ -63,11 +65,11 @@
</el-form-item>
</el-form>
</el-col>
<el-col
:span=
"2"
:offset=
"offset"
>
</el-col>
<
!--
<
el-col
:span=
"2"
:offset=
"offset"
>
</el-col>
-->
</el-row>
<el-row>
<el-col
:span=
"
24
"
>
<el-col
:span=
"
18
"
>
<el-form
:inline=
"true"
:model=
"queryData"
class=
"demo-form-inline"
label-width=
"106px"
>
<el-form-item
class=
"demo-form-inline"
label=
"单元范围"
>
<el-checkbox-group
v-model=
"queryData.dylxs"
@
change=
"query"
>
...
...
@@ -83,8 +85,6 @@
</el-form-item>
</el-form>
</el-col>
<el-col
:span=
"2"
>
</el-col>
</el-row>
</el-col>
</el-row>
...
...
Please
register
or
sign in
to post a comment