diff --git a/src/modules/05_command/components/FormTemplate.vue b/src/modules/05_command/components/FormTemplate.vue index ccfff2f9..9a11352f 100644 --- a/src/modules/05_command/components/FormTemplate.vue +++ b/src/modules/05_command/components/FormTemplate.vue @@ -83,7 +83,7 @@ defineExpose({ dense lazy-rules v-model="textHeader" - label="เนื้อหาคำสั่งส่วนต้น" + label="เนื้อหาคำสั่งขึ้นต้น (optional)" /> @@ -96,7 +96,8 @@ defineExpose({ dense lazy-rules v-model="textBody" - label="เนื้อหาคำสั่งส่วนกลาง" + label="เนื้อหาคำสั่งหลัก" + :rules="[(val: string) => !!val || `${'กรุณากรอกเนื้อหาคำสั่งหลัก'}`]" /> @@ -109,7 +110,7 @@ defineExpose({ dense lazy-rules v-model="textFooter" - label="เนื้อหาคำสั่งส่วนท้าย" + label="เนื้อหาคำสั่งลงท้าย (optional)" />