|
@@ -227,12 +227,13 @@
|
|
<!-- 添加关联 -->
|
|
<!-- 添加关联 -->
|
|
<el-dialog
|
|
<el-dialog
|
|
title="添加关联课程"
|
|
title="添加关联课程"
|
|
- width="500px"
|
|
|
|
|
|
+ width="380px"
|
|
:visible.sync="addRelationDialog"
|
|
:visible.sync="addRelationDialog"
|
|
@close="() => this.$refs.addRelationForm.clearValidate()"
|
|
@close="() => this.$refs.addRelationForm.clearValidate()"
|
|
>
|
|
>
|
|
<el-form
|
|
<el-form
|
|
:inline="true"
|
|
:inline="true"
|
|
|
|
+ inline-message
|
|
:model="addRelationForm"
|
|
:model="addRelationForm"
|
|
ref="addRelationForm"
|
|
ref="addRelationForm"
|
|
:rules="addRelationRules"
|
|
:rules="addRelationRules"
|
|
@@ -258,6 +259,8 @@
|
|
/>
|
|
/>
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row class="d-flex justify-content-center">
|
|
<el-button type="primary" @click="submitAddRelationForm">
|
|
<el-button type="primary" @click="submitAddRelationForm">
|
|
保 存
|
|
保 存
|
|
</el-button>
|
|
</el-button>
|