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

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

@@ -5,7 +5,7 @@
<div>
<el-form :model="formContent" ref='dialogFormRef' :rules='rules' label-width="auto" class="form-four">
<el-form-item label="标准号" prop="standardName" >
<el-input v-model='formContent.standardName' placeholder="请填写标准号"/>
<el-input v-model='formContent.standardName' placeholder="请填写标准号" maxlength="32" show-word-limit/>
</el-form-item>
<el-form-item label="标准推行年份" prop="standardTime" >
<el-date-picker