lct
Your Name
2022-08-15 87edc55a377c3fca459ab48010a9716b0311c4a8
src/views/doublePrevent/riskCheckManage/hiddenManagement/hiddenRectify/components/rectifyDialog.vue
@@ -10,7 +10,7 @@
                    </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>
@@ -125,6 +125,8 @@
        rectifyTime: string | null;
        timeOutDesc: string | null;
    };
    disabledDate: any;
    rangeTime: any;
    title: string;
    departmentList: [];
    userList: [];
@@ -168,6 +170,13 @@
                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,