Feature: 纸管重量计算

This commit is contained in:
2025-07-08 11:12:07 +08:00
parent 3e37f13faf
commit 1b9de2ad38
7 changed files with 315 additions and 12 deletions

1
src/components.d.ts vendored
View File

@ -17,6 +17,7 @@ declare module 'vue' {
PaperTubeProductionCalculate: typeof import('./components/Modules/PaperTubeProductionCalculate.vue')['default']
PaperTubeWeightCalculate: typeof import('./components/Modules/PaperTubeWeightCalculate.vue')['default']
ParamInputField: typeof import('./components/ParamInputField.vue')['default']
ResultCard: typeof import('./components/ResultCard.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}