แก้ผลการสอบสวน
This commit is contained in:
parent
6fa0229188
commit
c66e1624d8
2 changed files with 10 additions and 6 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue