系数校准二次确认,输入框长度限值

This commit is contained in:
sjl
2025-05-26 15:36:06 +08:00
parent 9989cc98cb
commit 6ef2a6049b
20 changed files with 122 additions and 103 deletions

View File

@@ -16,10 +16,10 @@
/>
</el-form-item>
<el-form-item label="源参数描述" :label-width="100" prop="desc">
<el-input v-model="formContent.desc" autocomplete="off"/>
<el-input v-model="formContent.desc" autocomplete="off" maxlength="32" show-word-limit/>
</el-form-item>
<el-form-item label="源参数类型" :label-width="100" prop="type">
<el-input v-model="formContent.type" autocomplete="off"/>
<el-input v-model="formContent.type" autocomplete="off" maxlength="32" show-word-limit/>
</el-form-item>
<el-form-item label="源参数值" :label-width="100"
prop="value">