อื่น ๆ --> อื่นๆ

This commit is contained in:
Warunee Tamkoo 2024-11-28 15:56:23 +07:00
parent 9f5147b923
commit 6b17fd4c25
13 changed files with 30 additions and 39 deletions

View file

@ -95,7 +95,7 @@ async function fecthQuestion() {
}));
question1Answer.value = Answer1;
question1Answer.value.push({
label: "อื่น ๆ (ระบุ)",
label: "อื่นๆ (ระบุ)",
value: Answer1.length,
});
question2Answer.value = data.question2Answer.map(
@ -110,7 +110,7 @@ async function fecthQuestion() {
}));
question3Answer.value = Answer3;
question3Answer.value.push({
label: "อื่น ๆ (ระบุ)",
label: "อื่นๆ (ระบุ)",
value: Answer3.length,
});
const Answer4 = data.question4Answer.map((e: any, index: number) => ({
@ -119,7 +119,7 @@ async function fecthQuestion() {
}));
question4Answer.value = Answer4;
question4Answer.value.push({
label: "อื่น ๆ (ระบุ)",
label: "อื่นๆ (ระบุ)",
value: Answer4.length,
});
question7Answer.value = data.question7Answer.map(