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
891043f1
authored
2022-08-24 11:24:07 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
1b746301
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
src/views/ywbl/fqsq/components/slxx.vue
src/views/ywbl/fqsq/components/slxx.vue
View file @
891043f
<
template
>
<div
class=
'slxx'
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"1
0
0px"
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"1
3
0px"
>
<div
class=
"slxx_title"
>
受理信息
</div>
<el-row>
<el-col
:span=
"8"
>
...
...
@@ -14,8 +14,10 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"受理时间:"
prop=
"slsj"
>
<el-input
v-model=
"ruleForm.slsj"
></el-input>
<el-form-item
label=
"使用权结束时间:"
prop=
"slsj"
>
<el-date-picker
v-model=
"ruleForm.slsj"
type=
"datetime"
placeholder=
"选择结束时间"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -207,9 +209,15 @@ export default {
</
script
>
<
style
scoped
lang=
'scss'
>
.slxx_title
{
border-bottom
:
1px
solid
$
borderColor
;
padding-left
:
10px
;
padding-bottom
:
15px
;
margin-bottom
:
15px
;
border-bottom
:
1px
solid
$
borderColor
;
padding-left
:
10px
;
padding-bottom
:
20px
;
margin-bottom
:
15px
;
margin-top
:
30px
;
font-size
:
18px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#4A4A4A
;
}
</
style
>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment