refactor: add countryCode
This commit is contained in:
parent
ff13ea497d
commit
afde232ab4
1 changed files with 31 additions and 0 deletions
|
|
@ -1,5 +1,36 @@
|
||||||
import { QTableProps } from 'quasar';
|
import { QTableProps } from 'quasar';
|
||||||
|
|
||||||
|
export const countryCode = [
|
||||||
|
{
|
||||||
|
label: 'thai',
|
||||||
|
value: 'th',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'myanmar',
|
||||||
|
value: 'mm',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'laos',
|
||||||
|
value: 'lo',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'cambodian',
|
||||||
|
value: 'kh',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'vietnam',
|
||||||
|
value: 'vn',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'philippines',
|
||||||
|
value: 'ph',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'china',
|
||||||
|
value: 'cn',
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
export const uploadFileListCustomer: {
|
export const uploadFileListCustomer: {
|
||||||
label: string;
|
label: string;
|
||||||
value: string;
|
value: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue