|
|
@@ -400,7 +400,7 @@ |
|
|
|
> |
|
|
|
<el-form :model="form" ref="form" label-width="80px" :rules="rules"> |
|
|
|
<el-form-item label="常错词" prop="wrongWord"> |
|
|
|
<el-input v-model="form.wrongWord" maxlength="8" autocomplete="off"></el-input> |
|
|
|
<el-input v-model="form.wrongWord" disabled maxlength="8" autocomplete="off"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="正确词" prop="correctWord"> |
|
|
|
<el-input v-model="form.correctWord" maxlength="8" autocomplete="off"></el-input> |
|
|
|