add hide-bottom-space of input evaluation contact

This commit is contained in:
Warunee Tamkoo 2025-06-18 15:15:04 +07:00
parent e6351113ab
commit 9c2071f0c9
2 changed files with 5 additions and 1 deletions

View file

@ -819,6 +819,7 @@ onMounted(async () => {
outlined
dense
bg-color="white"
hide-bottom-space
:rules="[(val:string) => !!val || 'กรุณากรอกหัวข้อ']"
/>
</div>
@ -830,6 +831,7 @@ onMounted(async () => {
outlined
dense
bg-color="white"
hide-bottom-space
:rules="[(val:string) => !!val || 'กรุณากรอกข้อความ']"
/>
</div>

View file

@ -284,7 +284,7 @@ async function fetchDataSigner() {
subject.value = data.subjectDoc2;
assignedPosition.value = data.assignedPosition;
nameOfWork.value = data.subjectDoc2 ? data.subjectDoc2[0] : '';
nameOfWork.value = data.subjectDoc2 ? data.subjectDoc2[0] : "";
nameOfOwner.value = data.authorDoc2;
position.value = data.assignedPosition;
evaluationResult.value = data.evaluationResult;
@ -627,6 +627,7 @@ onMounted(async () => {
outlined
dense
bg-color="white"
hide-bottom-space
:rules="[(val:string) => !!val || 'กรุณากรอกหัวข้อ']"
/>
</div>
@ -638,6 +639,7 @@ onMounted(async () => {
outlined
dense
bg-color="white"
hide-bottom-space
:rules="[(val:string) => !!val || 'กรุณากรอกข้อความ']"
/>
</div>