refactor: worker select & employee nationality
This commit is contained in:
parent
8006314ce4
commit
9d745d8e52
5 changed files with 100 additions and 52 deletions
|
|
@ -258,7 +258,7 @@ defineEmits<{
|
|||
detail: [
|
||||
{
|
||||
icon: 'mdi-passport',
|
||||
value: props.row.nationality,
|
||||
value: optionStore.mapOption(props.row.nationality),
|
||||
},
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue