refactor: worker select & employee nationality

This commit is contained in:
puriphatt 2024-10-03 18:10:40 +07:00
parent 8006314ce4
commit 9d745d8e52
5 changed files with 100 additions and 52 deletions

View file

@ -258,7 +258,7 @@ defineEmits<{
detail: [
{
icon: 'mdi-passport',
value: props.row.nationality,
value: optionStore.mapOption(props.row.nationality),
},
{