updated kpi

This commit is contained in:
Warunee Tamkoo 2024-05-09 18:09:43 +07:00
parent a69d9e331d
commit a99119660b
5 changed files with 407 additions and 304 deletions

View file

@ -9,8 +9,8 @@ import config from "@/app.config";
import { useRoute } from "vue-router";
const props = defineProps({
getAll:Function
})
getAll: Function,
});
const route = useRoute();
const idKpi = ref<string>(route.params.id.toLocaleString());
@ -54,7 +54,7 @@ function close() {
formData.achievement5 =
"มีผลการพัฒนาแต่ยังไม่ได้ดำเนินการตามเป้าหมายการนำไปพัฒนางาน";
formData.achievement0 = "ไม่ได้ดำเนินการพัฒนา";
props.getAll?.()
props.getAll?.();
}
function onSubmit() {
@ -149,7 +149,7 @@ watch(
</q-input>
</div>
<div class="col-12">
<span class="text-grey-6 text-weight-medium">การพฒนา</span>
<span class="text-weight-medium">การพฒนา</span>
</div>
<div class="column">
<q-checkbox