整票提交

zth
lijingjia 2 weeks ago
parent 26888248bd
commit 46eb578f3a

@ -79,10 +79,10 @@
}) })
} }
const calc1 = (e, item) => { const calc1 = (e, item) => {
item.value1 = (1 / e).toFixed(6) item.value = (1 / e).toFixed(6)
} }
const calc2 = (e, item) => { const calc2 = (e, item) => {
item.value = (1 / e).toFixed(6) item.value1 = (1 / e).toFixed(6)
} }
defineExpose({ defineExpose({
init init

Loading…
Cancel
Save