fix: 02 user store option

This commit is contained in:
puriphatt 2024-07-23 09:45:59 +00:00
parent 16ff59b705
commit acb3ef8a6d

View file

@ -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' },