updated kpi
This commit is contained in:
parent
a69d9e331d
commit
a99119660b
5 changed files with 407 additions and 304 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue