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
c57d4bb1
authored
2022-08-11 08:56:13 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
af9184f2
2075d313
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
9 deletions
src/styles/public.scss
src/views/ywbl/dbx/dbx.vue
src/styles/public.scss
View file @
c57d4bb
...
...
@@ -9,7 +9,7 @@
padding
:
20px
20px
0
20px
;
box-sizing
:
border-box
;
background
:
#FFFFFF
;
border-radius
:
8
px
;
border-radius
:
2
px
;
border
:
1px
solid
#e8edf3
;
}
...
...
@@ -18,7 +18,7 @@
padding
:
20px
;
box-sizing
:
border-box
;
background
:
#FFFFFF
;
border-radius
:
8
px
;
border-radius
:
2
px
;
margin-top
:
10px
;
border
:
1px
solid
#e8edf3
;
}
...
...
@@ -32,3 +32,8 @@
}
}
}
.width200px
{
width
:
200px
;
}
\ No newline at end of file
...
...
src/views/ywbl/dbx/dbx.vue
View file @
c57d4bb
...
...
@@ -3,9 +3,9 @@
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
label-width=
"
9
0px"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
label-width=
"
7
0px"
>
<el-row>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
5
"
>
<el-form-item
label=
"业务来源"
>
<el-select
v-model=
"queryForm.ywly"
...
...
@@ -23,7 +23,7 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
5
"
>
<el-form-item
label=
"权利类型"
>
<el-select
v-model=
"queryForm.qllx"
...
...
@@ -41,7 +41,7 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
5
"
>
<el-form-item
label=
"登记类型"
>
<el-select
v-model=
"queryForm.djlx"
...
...
@@ -59,18 +59,24 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
5
"
>
<el-form-item
label=
"业务号"
>
<el-input
placeholder=
"请输入业务号"
v-model=
"queryForm.ywh"
clearable
type=
"number"
class=
"width200px"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
class=
"btnCol"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"queryClick()"
>
查询
</el-button>
<el-button
@
click=
"moreScreeningClick()"
>
更多选项
</el-button>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
...
...
@@ -102,5 +108,4 @@ export default {
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
</
style
>
...
...
Please
register
or
sign in
to post a comment