| | |
| | | </el-col> |
| | | <el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" class="mb20"> |
| | | <el-form-item label="整改时间" prop="applyTime"> |
| | | <el-date-picker type="datetime" value-format="YYYY-MM-DD HH:mm:ss" class="input-add" v-model="rectifyForm.applyTime" placeholder="请选择整改时间" clearable> </el-date-picker> |
| | | <el-date-picker type="datetime" :disabled-date="disabledDate" value-format="YYYY-MM-DD HH:mm:ss" class="input-add" v-model="rectifyForm.applyTime" placeholder="请选择整改时间" clearable> </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | rectifyTime: string | null; |
| | | timeOutDesc: string | null; |
| | | }; |
| | | disabledDate: any; |
| | | rangeTime: any; |
| | | title: string; |
| | | departmentList: []; |
| | | userList: []; |
| | |
| | | rectifyInfo: null, |
| | | applyTime: null |
| | | }, |
| | | disabledDate: (time: any) => { |
| | | const r = new Date().getTime(); |
| | | return time.getTime() > new Date().getTime(); |
| | | }, |
| | | rangeTime: () => { |
| | | return '15:15:14'; |
| | | }, |
| | | delayForm: { |
| | | id: null, |
| | | dangerManagerId: null, |