update KPI

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-28 13:44:28 +07:00
parent 48cdac3326
commit 7084c9e839
38 changed files with 473 additions and 416 deletions

View file

@ -113,7 +113,7 @@ const question9Desc = ref<string>(
const question9Score = ref<number>(0);
const question9Answer = ref<any>(["อยาก", "ไม่อยาก (ระบุ)"]);
// set 10
const question10Desc = ref<string>("ความคิดเห็นและข้อเสนอแนะอื่น ๆ");
const question10Desc = ref<string>("ความคิดเห็นและข้อเสนอแนะอื่นๆ");
const question10Answer = ref<any>([]);
const question10Score = ref<number>(0);