hello(){
  console.log(this.form.total)
  console.log(this.form.commentThree)
  this.form.total = parseFloat(this.form.commentOne)
      + parseFloat(this.form.commentTwo)
<td><a-input @change="hello" v-model="form.commentThree"/></td>