|
- ดูข้อมูลในทะเบียนประวัติ
-
+ dense
+ flat
+ round
+ color="info"
+ icon="info"
+ @click="onclickViewinfo(props.row.personId)"
+ >
+ ดูข้อมูลในทะเบียนประวัติ
+
|
{
label="ลักษณะการสืบสวน"
emit-value
map-options
+ clearable
option-label="name"
option-value="id"
use-input
@@ -990,6 +1019,20 @@ onMounted(async () => {
>
+
+
+
@@ -1012,6 +1055,7 @@ onMounted(async () => {
:enableTimePicker="false"
week-start="0"
@update:model-value="changeFormData()"
+ :min-date="calculateMinDate()"
>
{{
year + 543
@@ -1048,6 +1092,18 @@ onMounted(async () => {
>
+
+
+
@@ -1221,6 +1277,7 @@ onMounted(async () => {
:options="mainStore.statusResultOptions"
label="ผลการสืบสวน"
emit-value
+
map-options
option-label="name"
option-value="id"
@@ -1248,6 +1305,7 @@ onMounted(async () => {
:readonly="isReadonly"
for="#fault"
outlined
+ clearable
dense
ref="investigationCauseTextRef"
v-model="formData.investigationCauseText"
@@ -1553,7 +1611,6 @@ onMounted(async () => {
:id="personId"
@update:modal="updatemodalPersonal"
/>
-