|
@@ -43,10 +43,10 @@ const search = ref({
|
|
|
})
|
|
})
|
|
|
const getInfoAgentTransfer = computed(() => userInfo.value.customInfo?.agentTransfer)
|
|
const getInfoAgentTransfer = computed(() => userInfo.value.customInfo?.agentTransfer)
|
|
|
const typeMap = computed(() => ([
|
|
const typeMap = computed(() => ([
|
|
|
- { value: 1, text: t('Custom.Recording.NewAccount') },
|
|
|
|
|
|
|
+ // { value: 1, text: t('Custom.Recording.NewAccount') },
|
|
|
{ value: 2, text: t('Custom.Recording.LeverageApply') },
|
|
{ value: 2, text: t('Custom.Recording.LeverageApply') },
|
|
|
{ value: 3, text: t('Custom.Recording.InternalTransfer') },
|
|
{ value: 3, text: t('Custom.Recording.InternalTransfer') },
|
|
|
- { value: 4, text: t('Custom.Recording.ActivitiesApply') },
|
|
|
|
|
|
|
+ // { value: 4, text: t('Custom.Recording.ActivitiesApply') },
|
|
|
...(getInfoAgentTransfer.value == 1 ? [{ value: 5, text: t('Home.page_ib.item9') }] : [])
|
|
...(getInfoAgentTransfer.value == 1 ? [{ value: 5, text: t('Home.page_ib.item9') }] : [])
|
|
|
]));
|
|
]));
|
|
|
const isZh = computed(() => ['cn', 'zh', 'zhHant'].includes(locale.value));
|
|
const isZh = computed(() => ['cn', 'zh', 'zhHant'].includes(locale.value));
|