update type ประกาศเกษียณ

This commit is contained in:
Warunee Tamkoo 2023-07-28 16:54:08 +07:00
parent 6e8103c2aa
commit 3dd5e53597

View file

@ -369,9 +369,9 @@ const clickAdd = () => {
model: 'opt1',
// inline: true
items: [
{ label: 'ประกาศแก้ไข (เพิ่มคนเกษียณ)', value: 'opt1'},
{ label: 'ประกาศแก้ไข (เฉพาะราย)', value: 'opt2' },
{ label: 'ประกาศยกเลิก', value: 'opt3' }
{ label: 'ประกาศเพิ่มผู้เกษียณ', value: 'ADD'},
{ label: 'ประกาศแก้ไขข้อมูลผู้เกษียน', value: 'EDIT' },
{ label: 'ประกาศยกเลิกผู้เกษียณ', value: 'REMOVE' }
]
},
cancel: {
@ -380,6 +380,7 @@ const clickAdd = () => {
},
persistent: true,
}).onOk(data => {
console.log("option===>", data)
router.push(`/retirement/list/${type.value}/${currentYear}`);
}).onCancel(() => {
}).onDismiss(() => {