form สืบสวนความผิด

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-22 18:05:59 +07:00
parent d0c82321d3
commit e5c91bcbed
4 changed files with 329 additions and 18 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: "อื่นๆ" },
]);