diff --git a/src/modules/08_KPI/components/Tab/Dialog/DialogCommentProblem.vue b/src/modules/08_KPI/components/Tab/Dialog/DialogCommentProblem.vue index 9184b6f..52bd19d 100644 --- a/src/modules/08_KPI/components/Tab/Dialog/DialogCommentProblem.vue +++ b/src/modules/08_KPI/components/Tab/Dialog/DialogCommentProblem.vue @@ -280,18 +280,18 @@ watch( color="primary" />

- กรุณาเลือกหัวข้อความก้าวหน้า + กรุณาเลือกหัวข้อรายงานปัญหา

-
หัวข้อความก้าวหน้า
+
หัวข้อรายงานปัญหา
{{ formDataView.topic }}
-
รายละเอียดความก้าวหน้า
+
รายละเอียดรายงานปัญหา
{{ formDataView.reason }}
diff --git a/src/modules/08_KPI/components/Tab/Dialog/DialogCommentProgress.vue b/src/modules/08_KPI/components/Tab/Dialog/DialogCommentProgress.vue index cb20116..877b471 100644 --- a/src/modules/08_KPI/components/Tab/Dialog/DialogCommentProgress.vue +++ b/src/modules/08_KPI/components/Tab/Dialog/DialogCommentProgress.vue @@ -60,7 +60,6 @@ const formDataView = reactive({ let count = ref(0); function clickList(index: string, data: any) { - listCheck.value = index as string; formDataView.id = data.id;