1
Showing
1 changed file
with
15 additions
and
7 deletions
1 | <template> | 1 | <template> |
2 | <div class='slxx'> | 2 | <div class='slxx'> |
3 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px"> | 3 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="130px"> |
4 | <div class="slxx_title">受理信息</div> | 4 | <div class="slxx_title">受理信息</div> |
5 | <el-row> | 5 | <el-row> |
6 | <el-col :span="8"> | 6 | <el-col :span="8"> |
... | @@ -14,8 +14,10 @@ | ... | @@ -14,8 +14,10 @@ |
14 | </el-form-item> | 14 | </el-form-item> |
15 | </el-col> | 15 | </el-col> |
16 | <el-col :span="8"> | 16 | <el-col :span="8"> |
17 | <el-form-item label="受理时间:" prop="slsj"> | 17 | <el-form-item label="使用权结束时间:" prop="slsj"> |
18 | <el-input v-model="ruleForm.slsj"></el-input> | 18 | <el-date-picker v-model="ruleForm.slsj" type="datetime" placeholder="选择结束时间" |
19 | value-format="yyyy-MM-dd" > | ||
20 | </el-date-picker> | ||
19 | </el-form-item> | 21 | </el-form-item> |
20 | </el-col> | 22 | </el-col> |
21 | </el-row> | 23 | </el-row> |
... | @@ -207,9 +209,15 @@ export default { | ... | @@ -207,9 +209,15 @@ export default { |
207 | </script> | 209 | </script> |
208 | <style scoped lang='scss'> | 210 | <style scoped lang='scss'> |
209 | .slxx_title { | 211 | .slxx_title { |
210 | border-bottom: 1px solid $borderColor; | 212 | border-bottom: 1px solid $borderColor; |
211 | padding-left: 10px; | 213 | padding-left: 10px; |
212 | padding-bottom: 15px; | 214 | padding-bottom: 20px; |
213 | margin-bottom: 15px; | 215 | margin-bottom: 15px; |
216 | margin-top: 30px; | ||
217 | font-size: 18px; | ||
218 | font-family: PingFangSC-Medium, PingFang SC; | ||
219 | font-weight: 500; | ||
220 | color: #4A4A4A; | ||
221 | |||
214 | } | 222 | } |
215 | </style> | 223 | </style> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment