1.将收藏荣誉、荣誉证书中的时间字段变成了可选项
2.成长经历阅历主要经历变成长文本框,新增按钮接入蓝湖样式,点击保存之后可以自动刷新
| | |
| | | <el-form-item label="获得时间" prop="happenTime" label-width="70px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> |
| | | <el-input v-model="formData.happenTime" placeholder="请输入获得时间" clearable :style="{width: '100%'}" :disabled="dsb"> |
| | | </el-input> |
| | | |
| | | </el-form-item> |
| | | <!-- <el-form-item label="获得时间" prop="happenTime" label-width="78px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">--> |
| | | <!-- <el-date-picker v-model='formData.happenTime' type='date' placeholder='请选择日期'></el-date-picker>--> |
| | |
| | | <el-date-picker |
| | | v-model="dateRange" |
| | | style="width: 197px; |
| | | height: 30px; |
| | | background: #FFFFFF; |
| | | border-radius: 14px 14px 14px 14px; |
| | | opacity: 0.5; |
| | | border: 1px solid rgba(0,0,0,0.25);" |
| | | height: 30px; |
| | | background: #FFFFFF; |
| | | border-radius: 14px 14px 14px 14px; |
| | | opacity: 0.5; |
| | | border: 1px solid rgba(0,0,0,0.25);" |
| | | value-format="yyyy-MM-dd" |
| | | type="daterange" |
| | | range-separator="-" |
| | |
| | | <el-input v-model="formDat.validityDate" type='date' placeholder='选择日期' clearable :style="{width: '100%'}" > |
| | | </el-input> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="获得时间" prop="getDate"> |
| | | <el-input v-model="formDat.getDate" type='date' placeholder='选择日期' clearable :style="{width: '100%'}" > |
| | | </el-input> |
| | |
| | | justify-content: space-between; |
| | | } |
| | | .btn_autobiography{ |
| | | background:center no-repeat url('../../assets/icons/add.png') ; |
| | | background:center no-repeat url('src/assets/icons/add1.png') ; |
| | | } |
| | | .button { |
| | | background:center no-repeat url('../../assets/icons/add.png') ; |
| | | background:center no-repeat url('src/assets/icons/add1.png') ; |
| | | margin-left: 69.5vw; |
| | | |
| | | } |
| | | .button2 { |
| | | background: center no-repeat url('../../assets/icons/add.png') ; |
| | | background: center no-repeat url('src/assets/icons/add1.png') ; |
| | | margin-left: 66vw; |
| | | } |
| | | .button4 { |
| | | background: center no-repeat url('../../assets/icons/add.png') ; |
| | | background: center no-repeat url('src/assets/icons/add1.png') ; |
| | | margin-left: 69.5vw; |
| | | } |
| | | .button5 { |
| | | background:center no-repeat url('../../assets/icons/add.png') ; |
| | | background:center no-repeat url('src/assets/icons/add1.png') ; |
| | | margin-left: 71vw; |
| | | } |
| | | </style> |