geer-builder 1.2.697 → 1.2.699

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
@@ -5,7 +5,7 @@
5
5
  <div class="q-pt-sm grid-item" style="cursor:pointer;" @click="is_open_token_claim=true" >
6
6
  <div class="label">
7
7
  <div>
8
- Company Token (One)
8
+ Weekly/Monthly Resellers Bonus
9
9
  </div>
10
10
  Unused Token: {{unused_token}}
11
11
  </div>
@@ -5,7 +5,7 @@
5
5
  <div class="q-pt-sm grid-item" style="cursor:pointer;" @click="is_open_token_claim=true" >
6
6
  <div class="label">
7
7
  <div>
8
- Company Token (One)
8
+ Introducers Sales Bonus
9
9
  </div>
10
10
  Unused Token: {{unused_token}}
11
11
  </div>
@@ -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
  {
@@ -101,7 +101,7 @@
101
101
  field : row => row.type.toUpperCase().replace("_", " "),
102
102
  align : 'left',
103
103
  required: true,
104
- format: val => `${val}`,
104
+ format: val => `${val == "COMPANY TOKEN" ? "RESELLERS TOKEN " : (val == "COMPANY TOKEN_TWO" ? "INTRODUCERS SALES TOKEN" : val ) }`,
105
105
  sortable: true,
106
106
  },
107
107
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.697",
3
+ "version": "1.2.699",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {