Feature: 皮带规格计算

This commit is contained in:
2025-07-10 16:22:40 +08:00
parent 1485841e4b
commit d3d9554ead
4 changed files with 265 additions and 9 deletions

View File

@ -1,6 +1,7 @@
<template>
<v-text-field
density="compact"
:disabled="disabled"
hide-details
:label="label"
:model-value="modelValue.value.toString()"
@ -17,6 +18,7 @@
interface Props {
label: string
modelValue: Param
disabled?: boolean
}
interface Emits {