|
|
@@ -74,6 +74,7 @@
|
|
|
// { text: t('AccountType.NewSpeedAccount'), value: 6 },
|
|
|
{ text: t('AccountType.StandardAccount'), value: 7 },
|
|
|
{ text: t('AccountType.CentAccount'), value: 8 },
|
|
|
+ { text: t('AccountType.CommissionAccount'), value: -1 },
|
|
|
],
|
|
|
defaultValue: 0,
|
|
|
clearable: true
|
|
|
@@ -112,6 +113,7 @@
|
|
|
6: t('AccountType.NewSpeedAccount'),
|
|
|
7: t('AccountType.StandardAccount'),
|
|
|
8: t('AccountType.CentAccount'),
|
|
|
+ '-1': t('AccountType.CommissionAccount'),
|
|
|
},
|
|
|
},
|
|
|
// {
|