@@ -969,7 +969,7 @@
</span>
</el-dialog>
<!-- 重庆物奇私人定制的按周填报 -->
- <el-dialog :title="'按周填报'" class="fillWeekCustom" :visible.sync="fillWeekDialogVisiCustom" width="1200px" :before-close="handleClose" top="7.5vh">
+ <el-dialog :title="'按周填报'" class="fillWeekCustom" :visible.sync="fillWeekDialogVisiCustom" width="1400px" :before-close="handleClose" top="7.5vh">
<div class="fillWeekDialogVisiCustom">
<WeeklyCustomization @weekClose="fillWeekCustomClne" @weekSubmit="fillWeekCustomSubmit" :key="weekIndex" :weekParentData="weekParentData"></WeeklyCustomization>
</div>