diff --git a/src/modules/14_KPI/components/Tab/Dialog/DialogEvalute.vue b/src/modules/14_KPI/components/Tab/Dialog/DialogEvalute.vue index 2cc624911..b50291648 100644 --- a/src/modules/14_KPI/components/Tab/Dialog/DialogEvalute.vue +++ b/src/modules/14_KPI/components/Tab/Dialog/DialogEvalute.vue @@ -94,9 +94,9 @@ function onCloseDialog() { formRound.evaluatorId = ""; formRound.commanderId = ""; formRound.commanderHighId = ""; - selected.value=[] - search.value = '' - type.value = 'idcard' + selected.value = []; + search.value = ""; + type.value = "idcard"; } /** หัวข้อที่เเสดงในตารางผู้ถูกร้องเรียน */ @@ -152,7 +152,7 @@ const columnsRespondent = ref([ { name: "organization", align: "left", - label: "หน่วยงาน", + label: "สังกัด", sortable: true, field: "organization", headerStyle: "font-size: 14px", @@ -282,7 +282,7 @@ function getOrgOp() { function onSubmit() { if (selected.value.length == 0) { - dialogMessageNotify($q, "กรุณาเลือกรายการ ข้าราชการ 1 บุคคล"); + dialogMessageNotify($q, "กรุณาเลือกรายชื่อผู้ประเมิน"); } else { const dataProfile = selected.value[0]; dialogConfirm($q, () => {