diff --git a/pages/eight_assignments/blind_board/apply.vue b/pages/eight_assignments/blind_board/apply.vue
index a261dce..580af25 100644
--- a/pages/eight_assignments/blind_board/apply.vue
+++ b/pages/eight_assignments/blind_board/apply.vue
@@ -3,131 +3,126 @@
-
+
-
+
-
+
-
+ @click="fnSingleChoiceClick('WORK_TYPE_NAME')">
+
-
+
-
+ @click="fnDateTimePickerClick('BOARD_INSTALL_TIME')">
+
-
+ @click="fnDateTimePickerClick('WORK_END_DATE')">
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+ style="background-color: #f9f9f9;border-radius: 4px">
+ :customStyle="{ width: '100upx', margin: 0 }" @click="fnAddBoardList" />
+ :customStyle="{ width: '100upx', margin: 0 }" @click="fnDeleteBoardList(index)" />
-
+
-
+
-
+
-
+
-
+
-
+
-
+ :customStyle="{ position: 'absolute', top: '-46upx', right: '20upx', width: '150upx' }"
+ @click="otherAssignmentsShow = true" />
+
+ labelWidth="auto">
-
+ :customStyle="{ position: 'absolute', top: '-46upx', right: '20upx', width: '150upx' }"
+ @click="otherIdentificationShow = true" />
+
+ :customStyle="{ position: 'absolute', top: '-46upx', right: '20upx', width: '100upx' }"
+ @click="signVisible = true" />
-
+
-
+
+ :defaultIndex="picker.defaultIndex" @confirm="fnSingleChoiceConfirm" @cancel="fnSingleChoiceCancel" />
-
-
-
+ :minDate="dateTimePicker.min" :key="dateTimePicker.type" @confirm="fnDateTimePickerConfirm"
+ @cancel="fnDateTimePickerCancel" />
+
+
+
-
+