change optional display
This commit is contained in:
parent
1e56fa11a0
commit
f920e7d836
1 changed files with 5 additions and 5 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
filled
|
filled
|
||||||
dense
|
dense
|
||||||
v-model.trim="checkoutDialog.data.username"
|
v-model.trim="checkoutDialog.data.username"
|
||||||
label="Name *optional"
|
label="Name (optional)"
|
||||||
></q-input>
|
></q-input>
|
||||||
<q-expansion-item
|
<q-expansion-item
|
||||||
v-if="!account"
|
v-if="!account"
|
||||||
|
|
@ -126,7 +126,7 @@
|
||||||
:type="isPwd ? 'password' : 'text'"
|
:type="isPwd ? 'password' : 'text'"
|
||||||
v-if="!customerUseExtension"
|
v-if="!customerUseExtension"
|
||||||
v-model.trim="checkoutDialog.data.privkey"
|
v-model.trim="checkoutDialog.data.privkey"
|
||||||
label="Private key *optional"
|
label="Private key (optional)"
|
||||||
hint="Enter your private key"
|
hint="Enter your private key"
|
||||||
>
|
>
|
||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
|
|
@ -141,7 +141,7 @@
|
||||||
filled
|
filled
|
||||||
dense
|
dense
|
||||||
v-model.trim="checkoutDialog.data.address"
|
v-model.trim="checkoutDialog.data.address"
|
||||||
label="Address *optional"
|
label="Address (optional)"
|
||||||
hint="If ordering a physical product make sure to fill this"
|
hint="If ordering a physical product make sure to fill this"
|
||||||
></q-input>
|
></q-input>
|
||||||
<q-input
|
<q-input
|
||||||
|
|
@ -149,7 +149,7 @@
|
||||||
filled
|
filled
|
||||||
dense
|
dense
|
||||||
type="email"
|
type="email"
|
||||||
label="Email *optional"
|
label="Email (optional)"
|
||||||
hint="Merchant may not use email"
|
hint="Merchant may not use email"
|
||||||
></q-input>
|
></q-input>
|
||||||
<q-input
|
<q-input
|
||||||
|
|
@ -157,7 +157,7 @@
|
||||||
filled
|
filled
|
||||||
dense
|
dense
|
||||||
type="text"
|
type="text"
|
||||||
label="Message *optional"
|
label="Message (optional)"
|
||||||
></q-input>
|
></q-input>
|
||||||
<p>Select the shipping zone:</p>
|
<p>Select the shipping zone:</p>
|
||||||
<div class="row q-mt-lg">
|
<div class="row q-mt-lg">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue