diff --git a/src/views/inspection/workReport/ReportForm.vue b/src/views/inspection/workReport/ReportForm.vue index 4b1e332..1984c8c 100644 --- a/src/views/inspection/workReport/ReportForm.vue +++ b/src/views/inspection/workReport/ReportForm.vue @@ -8,18 +8,18 @@ + v-model="formData.reportTime" + type="datetime" + placeholder="选择日期时间"> + v-for="item in reportTo" + :key="item.id" + :label="item.nickname" + :value="item.id"> @@ -28,9 +28,9 @@ + :fileSize="30" + :fileType="['doc', 'xls', 'ppt', 'txt', 'pdf','png','jpg','jpeg','gif','docx','xlsx','pptx','wps']" + v-model="formData.filePath"/>