tangning 1 ano atrás
pai
commit
09ac9e52f0

+ 1 - 0
src/locales/lang/en/routes/finance.ts

@@ -22,6 +22,7 @@ export default {
     1: 'Dealer Renewals',
     2: 'Official Website Purchase',
     3: 'Platform Authorization',
+    4: 'Platform Purchase',
   },
   totalTime: 'Total duration of the authorization (year/month)',
 };

+ 1 - 0
src/locales/lang/zh-CN/routes/finance.ts

@@ -22,6 +22,7 @@ export default {
     1: '经销商续费',
     2: '官网自购',
     3: '平台授权',
+    4: 'Platform平台购买',
   },
   totalTime: '授权总期限(年/月)',
 };

+ 5 - 0
src/views/finance/data.tsx

@@ -149,6 +149,11 @@ export const searchForm: Partial<FormProps> = {
             value: 3,
             key: '3',
           },
+          {
+            label: t('routes.finance.giveType.4'),
+            value: 4,
+            key: '4',
+          },
         ],
       },
       colProps: {