Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2023-11-23 10:13:31 +07:00
commit 005cfd37c2
9 changed files with 1209 additions and 329 deletions

View file

@ -21,7 +21,7 @@ export const useInvestigateFactStore = defineStore(
{ id: 60, name: "60 วัน" },
]);
const investigationOps = ref<DataOption[]>([
{ id: "001", name: "เเต่งตั้งการสืบสวน" },
{ id: "001", name: "แต่งตั้งกรรมการสืบสวน" },
{ id: "002", name: "สืบสวนทางลับ" },
{ id: "003", name: "อื่นๆ" },
]);