แก้ผลการสอบสวน

This commit is contained in:
Warunee Tamkoo 2023-11-28 16:51:32 +07:00
parent 6fa0229188
commit c66e1624d8
2 changed files with 10 additions and 6 deletions

View file

@ -30,9 +30,9 @@ export const useInvestigateDisStore = defineStore(
const offenseDetailsOps = ref<DataOption[]>([
{ id: "NOT_SPECIFIED", name: "ยังไม่ระบุ" },
{ id: "NOT_DEADLY", name: "ไม่ร้ายแรง" },
{ id: "DEADLY", name: "ร้ายแรง" },
]);
{ id: "HAVE_CAUSE", name: "มีมูล" },
{ id: "NO_CAUSE", name: "ไม่มีมูล" },
]);
const optionsfaultLevel = ref<DataOptioGroup[]>([
{ id: "0", name: "ไม่ร้ายแรง", disable: true },