|
@@ -367,7 +367,7 @@
|
|
|
<el-dialog
|
|
|
title="添加关联专业"
|
|
|
:visible.sync="addRelationDialog"
|
|
|
- width="420px"
|
|
|
+ width="380px"
|
|
|
@close="() => this.$refs.addRelationForm.clearValidate()"
|
|
|
>
|
|
|
<el-form
|
|
@@ -375,11 +375,10 @@
|
|
|
inline-message
|
|
|
:model="addRelationForm"
|
|
|
ref="addRelationForm"
|
|
|
- label-width="80px"
|
|
|
:rules="addRelationRules"
|
|
|
>
|
|
|
<el-row>
|
|
|
- <el-form-item label="专业" class="pull-left" prop="specialtyId">
|
|
|
+ <el-form-item label="专业" prop="specialtyId">
|
|
|
<el-select
|
|
|
class="input"
|
|
|
remote
|