updated payment for options in booking form

This commit is contained in:
Jack Goh
2018-07-27 09:46:33 +08:00
parent b0b7b22dad
commit 6df48f6a4f
+12
View File
@@ -433,6 +433,18 @@ export default {
options3: [{
value: 'Full Payment',
label: 'Full Payment'
},
{
value: 'Deposit',
label: 'Deposit'
},
{
value: 'Balance',
label: 'Balance'
}
{
value: 'Others',
label: 'Others'
}],
value: 'RMB',
dialogFormVisible: false,