leftCount: this.data.leftCount - (remove.completed ? 0 : 1), 删除会统计已完成的状态。
leftCount: this.data.leftCount - (remove.completed ? 0 : 1), 删除会统计已完成的状态。