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
895bb61c
authored
2022-08-19 16:38:53 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
c89aacbf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
src/views/ywbl/ywsq/components/choiceDialog.vue
src/views/ywbl/ywsq/components/choiceDialog.vue
View file @
895bb61
...
...
@@ -5,7 +5,7 @@
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
label-width=
"100px"
>
<el-row>
<el-col
:span=
"
5
"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"权利类型"
>
<el-select
v-model=
"queryForm.qllx"
...
...
@@ -23,7 +23,7 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"
5
"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
placeholder=
"请输入不动产单元号"
...
...
@@ -34,7 +34,7 @@
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
5
"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"业务号"
>
<el-input
placeholder=
"请输入业务号"
...
...
@@ -45,7 +45,9 @@
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产权证号"
>
<el-input
placeholder=
"请输入不动产权证号"
...
...
@@ -56,7 +58,7 @@
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
4
"
class=
"btnCol"
>
<el-col
:span=
"
16
"
class=
"btnCol"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"queryClick()"
>
查询
</el-button>
</el-form-item>
...
...
@@ -166,7 +168,9 @@ export default {
border-bottom
:
1px
solid
$
borderColor
;
margin-bottom
:
10px
;
}
/
deep
/
.el-input
{
width
:
187px
;
}
ul
{
@include
flex;
border-radius
:
5px
;
...
...
Please
register
or
sign in
to post a comment