diff --git a/public/option/option.json b/public/option/option.json index 200a3a69..14995f01 100644 --- a/public/option/option.json +++ b/public/option/option.json @@ -863,7 +863,9 @@ "label": "Recording By", "value": "recordBy", "type": "string" - } + }, + { "label": "Document Check", "value": "documentCheck", "type": "string" }, + { "label": "Form", "value": "designForm", "type": "string" } ], "workPropertiesField": [ @@ -1936,7 +1938,9 @@ "label": "ลงชื่อผู้บันทึกข้อมูล", "value": "recordBy", "type": "string" - } + }, + { "label": "ตรวจสอบเอกสาร", "value": "documentCheck", "type": "string" }, + { "label": "ออกแบบฟอร์ม", "value": "designForm", "type": "string" } ], "workPropertiesField": [ diff --git a/src/components/dialog/DialogProperties.vue b/src/components/dialog/DialogProperties.vue index 67c2387b..11f2717b 100644 --- a/src/components/dialog/DialogProperties.vue +++ b/src/components/dialog/DialogProperties.vue @@ -446,6 +446,7 @@ watch( > +