geer-builder 1.2.697 → 1.2.698
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/GCompanyToken.vue
CHANGED
package/GCompanyTokenTwo.vue
CHANGED
|
@@ -125,7 +125,7 @@ export default
|
|
|
125
125
|
field : row => row.type.toUpperCase(),
|
|
126
126
|
align : 'left',
|
|
127
127
|
required: true,
|
|
128
|
-
format: val => `${val}`,
|
|
128
|
+
format: val => `${val == "COMPANY_TOKEN_INCOME" ? "RESELLERS TOKEN INCOME" : (val == "COMPANY_TOKEN_TWO_INCOME" ? "INTRODUCERS SALES BONUS" : val ) }`,
|
|
129
129
|
sortable: true,
|
|
130
130
|
},
|
|
131
131
|
{
|