diff --git a/src/App.vue b/src/App.vue index 0535c67..f4df408 100644 --- a/src/App.vue +++ b/src/App.vue @@ -147,28 +147,28 @@ const menuItems = computed(() => { return [ { - title: t('beltSpecificationCalculate'), - component: 'BeltSpecificationCalculate', + title: t('paperTubeWeightCalculate'), + component: 'PaperTubeWeightCalculate', }, { - title: t('multiLayerPaperTapeWidthAngleCalculate'), - component: 'MultiLayerPaperTapeWidthAngleCalculate', + title: t('beltSpecificationCalculate'), + component: 'BeltSpecificationCalculate', }, { title: t('paperRollWeightLengthCalculate'), component: 'PaperRollWeightLengthCalculate', }, - { - title: t('paperTapeWidthAngleCalculate'), - component: 'PaperTapeWidthAngleCalculate', - }, { title: t('paperTubeProductionCalculate'), component: 'PaperTubeProductionCalculate', }, { - title: t('paperTubeWeightCalculate'), - component: 'PaperTubeWeightCalculate', + title: t('paperTapeWidthAngleCalculate'), + component: 'PaperTapeWidthAngleCalculate', + }, + { + title: t('multiLayerPaperTapeWidthAngleCalculate'), + component: 'MultiLayerPaperTapeWidthAngleCalculate', }, ] })