fix: 02 user store option
This commit is contained in:
parent
16ff59b705
commit
acb3ef8a6d
1 changed files with 4 additions and 4 deletions
|
|
@ -26,10 +26,10 @@ const useUserStore = defineStore('api-user', () => {
|
|||
brOpts: [],
|
||||
roleOpts: [],
|
||||
userTypeOpts: [
|
||||
{ label: 'พนักงาน', value: 'USER' },
|
||||
{ label: 'พนักงานส่งเอกสาร', value: 'MESSENGER' },
|
||||
{ label: 'ตัวแทน', value: 'DELEGATE' },
|
||||
{ label: 'เอเจนซี่', value: 'AGENCY' },
|
||||
{ label: 'USER', value: 'USER' },
|
||||
{ label: 'MESSENGER', value: 'MESSENGER' },
|
||||
{ label: 'DELEGATE', value: 'DELEGATE' },
|
||||
{ label: 'AGENCY', value: 'AGENCY' },
|
||||
],
|
||||
genderOpts: [
|
||||
{ label: 'ชาย', value: 'male' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue