refactor/feat: i18n & constant
This commit is contained in:
parent
270deacba7
commit
8fce5ff2df
3 changed files with 60 additions and 2 deletions
|
|
@ -18,3 +18,13 @@ export const productTreeDecoration = [
|
|||
fg: 'var(--teal-10)',
|
||||
},
|
||||
];
|
||||
|
||||
export const pageTabs = [
|
||||
'all',
|
||||
'fullAmountCash',
|
||||
'installmentsCash',
|
||||
'fullAmountBill',
|
||||
'installmentsBill',
|
||||
];
|
||||
|
||||
export const fieldSelectedOption = [{ label: 'general.type', value: 'value' }];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue