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: [],
|
brOpts: [],
|
||||||
roleOpts: [],
|
roleOpts: [],
|
||||||
userTypeOpts: [
|
userTypeOpts: [
|
||||||
{ label: 'พนักงาน', value: 'USER' },
|
{ label: 'USER', value: 'USER' },
|
||||||
{ label: 'พนักงานส่งเอกสาร', value: 'MESSENGER' },
|
{ label: 'MESSENGER', value: 'MESSENGER' },
|
||||||
{ label: 'ตัวแทน', value: 'DELEGATE' },
|
{ label: 'DELEGATE', value: 'DELEGATE' },
|
||||||
{ label: 'เอเจนซี่', value: 'AGENCY' },
|
{ label: 'AGENCY', value: 'AGENCY' },
|
||||||
],
|
],
|
||||||
genderOpts: [
|
genderOpts: [
|
||||||
{ label: 'ชาย', value: 'male' },
|
{ label: 'ชาย', value: 'male' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue