Feature: 皮带规格计算
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user