@@ -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: '经销商续费',
2: '官网自购',
3: '平台授权',
+ 4: 'Platform平台购买',
totalTime: '授权总期限(年/月)',
@@ -149,6 +149,11 @@ export const searchForm: Partial<FormProps> = {
value: 3,
key: '3',
+ {
+ label: t('routes.finance.giveType.4'),
+ value: 4,
+ key: '4',
+ },
],
colProps: {