Fix: 修改菜单顺序
This commit is contained in:
20
src/App.vue
20
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',
|
||||
},
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user