|
|
@@ -22,7 +22,7 @@
|
|
|
@change="handleParentChange"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="引入历史课程" prop="historyCourseTypeId">
|
|
|
+ <el-form-item label="引入历史课程" prop="historyCourseTypeId" v-if="formType === 'create'">
|
|
|
<el-button type="primary" size="small" style="margin-right: 10px"
|
|
|
title="仅年级类型可以引入历史课程"
|
|
|
:disabled="formData.ctParentId === 0"
|