|
|
|
@ -117,13 +117,20 @@ |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<!-- <el-row> |
|
|
|
|
<el-col :span="24"> |
|
|
|
|
<el-form-item label="考点" prop="examKeys"> |
|
|
|
|
<el-input v-model="dialogForm.examKeys" maxlength="200" placeholder="请输入考点" clearable /> |
|
|
|
|
<span style="color:red;">包含多个考点,以英文";"分割!</span> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> --> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="24"> |
|
|
|
|
<el-form-item label="答题技巧" prop="skillInfo"> |
|
|
|
|
<el-input v-model="dialogForm.skillInfo" maxlength="200" placeholder="请输入" clearable /> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
</el-form> |
|
|
|
|
|
|
|
|
|