Add remove CLIN button

This commit is contained in:
leigh-mil
2019-09-03 16:53:55 -04:00
parent 0f185d3e09
commit 23b67ede15
3 changed files with 32 additions and 13 deletions

View File

@@ -51,6 +51,12 @@ export default {
++this.clinIndex
},
removeClin: function(clinIndex) {
if (this.clins > 0) {
console.log('removed CLIN')
}
},
calculateClinAmounts: function(event) {
this.clinChildren[event.id] = {
amount: event.amount,