891043f1 by liangyifan

1

1 parent 1b746301
<template>
<div class='slxx'>
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px">
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="130px">
<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
......