diff --git a/src/modules/15_development/components/Other.vue b/src/modules/15_development/components/Other.vue index dd38e772e..8ca25b410 100644 --- a/src/modules/15_development/components/Other.vue +++ b/src/modules/15_development/components/Other.vue @@ -24,7 +24,14 @@ const formData = reactive({ receive: null, approved: null, budgetPay: null, - issues:'' + issues:'', + chance:'', + effects:'', + riskLevel:'', + riskManagement:'', + benefits:'', + topicsIssues:'', + trainingStudy:'', }); const provinceOp = ref([]); @@ -99,11 +106,11 @@ onMounted(() => { :model-value=" formData.dateStart ? date2Thai(formData.dateStart) : null " - :label="`${'วันที่เริ่มรับสมัคร'}`" + :label="`${'วันที่เริ่มต้น'}`" hide-bottom-space :rules="[ (val:string) => - !!val || `${'กรุณาเลือกวันที่เริ่มรับสมัคร'}`, + !!val || `${'กรุณาเลือกวันที่เริ่มต้น'}`, ]" >