geer-builder 1.2.821 → 1.2.823
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/GCashOut.vue +1 -1
- package/package.json +1 -1
package/GCashOut.vue
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<div class="cashout__info-bottom cashout_body">
|
|
47
47
|
<div v-for="(field, i) in cashout_choice.fields" :key="i" class="setspan" :style="field.size == 2 ? 'width: 100%;' : 'width: 50%;'">
|
|
48
48
|
<div class="cashout__info-label ">{{field.label}}</div>
|
|
49
|
-
<q-input :rules="[val => !!val || 'Field is required']" v-model="inputed[i]" :placeholder="field.key =='gcash_number' ? '
|
|
49
|
+
<q-input :rules="[val => !!val || 'Field is required']" v-model="inputed[i]" :placeholder="field.key =='gcash_number' ? ' +63999 123 4567' : field.key == 'account_number' ? 'Account Number' : field.key == 'wallet_address' ? 'Wallet Address' : field.key =='full_name' ? ' John Smith':field.key =='address' ? ' Pandi, Bulacan':field.key =='email' ? 'sample@email.com':field.key =='contact_number' ? ' +63999 123 4567':''" outlined dense/>
|
|
50
50
|
</div>
|
|
51
51
|
</div>
|
|
52
52
|
</g-card>
|