refactor/feat: i18n & constant

This commit is contained in:
puriphatt 2024-09-24 11:26:22 +07:00
parent 270deacba7
commit 8fce5ff2df
3 changed files with 60 additions and 2 deletions

View file

@ -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' }];