bug修复
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
checkStrictly :props="cascaderProps" @change="change" />
|
||||
</el-form-item>
|
||||
<el-form-item label="名称" prop="name">
|
||||
<el-input v-model="form.name" placeholder="名称" maxlength="32" show-word-limit @input="handleInput"/>
|
||||
<el-input v-model="form.name" placeholder="名称" maxlength="20" show-word-limit @input="handleInput"/>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="标准" v-if="title == '新增' && form.pid?.length > 0">
|
||||
|
||||
Reference in New Issue
Block a user