Fix: 修改代码结构

This commit is contained in:
2025-07-05 16:26:52 +08:00
parent c28f215bf2
commit 3e37f13faf

View File

@ -174,12 +174,12 @@
}) })
const components = { const components = {
BeltSpecificationCalculate,
MultiLayerPaperTapeWidthAngleCalculate,
PaperRollWeightLengthCalculate,
PaperTapeWidthAngleCalculate,
PaperTubeProductionCalculate,
PaperTubeWeightCalculate, PaperTubeWeightCalculate,
BeltSpecificationCalculate,
PaperRollWeightLengthCalculate,
PaperTubeProductionCalculate,
PaperTapeWidthAngleCalculate,
MultiLayerPaperTapeWidthAngleCalculate,
} }
const currentComponent = computed(() => { const currentComponent = computed(() => {