zhb 1 kuukausi sitten
vanhempi
commit
c3b02c7549
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      pages/customer/recording-history.vue

+ 2 - 2
pages/customer/recording-history.vue

@@ -43,10 +43,10 @@ const search = ref({
 })
 const getInfoAgentTransfer = computed(() => userInfo.value.customInfo?.agentTransfer)
 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: 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') }] : [])
 ]));
 const isZh = computed(() => ['cn', 'zh', 'zhHant'].includes(locale.value));