add hide-bottom-space of input evaluation contact
This commit is contained in:
parent
e6351113ab
commit
9c2071f0c9
2 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue