parseFloat (Number(this.twd) / 0.278).toFixed(3); }, set (val) { this.twd = Number.parseFloat(Number(val) * 0.278).toFixed(3) ...
確定! 回上一頁