|
@@ -10,6 +10,17 @@
|
|
|
label-position="left"
|
|
|
>
|
|
|
<div class="head">乐团基本信息:</div>
|
|
|
+ <el-form-item
|
|
|
+ label="乐团名称"
|
|
|
+ prop="name"
|
|
|
+ :rules="[{ required: true, message: '乐团名称不能为空' }]"
|
|
|
+ >
|
|
|
+ <el-input
|
|
|
+ placeholder="请输入乐团名称"
|
|
|
+ v-model.trim="topFrom.name"
|
|
|
+ :disabled="basdisabled"
|
|
|
+ ></el-input>
|
|
|
+ </el-form-item>
|
|
|
<!-- style="margin-left: 11px" -->
|
|
|
<el-form-item
|
|
|
label="所属分部"
|
|
@@ -129,17 +140,7 @@
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <el-form-item
|
|
|
- label="乐团名称"
|
|
|
- prop="name"
|
|
|
- :rules="[{ required: true, message: '乐团名称不能为空' }]"
|
|
|
- >
|
|
|
- <el-input
|
|
|
- placeholder="请输入乐团名称"
|
|
|
- v-model.trim="topFrom.name"
|
|
|
- :disabled="basdisabled"
|
|
|
- ></el-input>
|
|
|
- </el-form-item>
|
|
|
+
|
|
|
<!-- <el-form-item
|
|
|
label="运营主管"
|
|
|
prop="boss"
|
|
@@ -796,9 +797,9 @@ export default {
|
|
|
// 乐团主管
|
|
|
this.educationList = ruselt?.data?.EDUCATION;
|
|
|
// 维修技师
|
|
|
- this.technician =ruselt?.data?.REPAIR
|
|
|
+ this.technician = ruselt?.data?.REPAIR;
|
|
|
// this.bossList = ruselt?.data?.TEAM_TEACHER;
|
|
|
- // 衔接老师
|
|
|
+ // 衔接老师
|
|
|
this.transactionList = ruselt?.data?.JOIN_TEACHER;
|
|
|
} catch (e) {
|
|
|
console.log(e);
|
|
@@ -841,7 +842,7 @@ export default {
|
|
|
if (item.id == val) {
|
|
|
console.log(item);
|
|
|
this.$set(this.topFrom, "teacher", item.educationUserId);
|
|
|
- console.log(this.topFrom)
|
|
|
+ console.log(this.topFrom);
|
|
|
}
|
|
|
});
|
|
|
}
|
|
@@ -1529,16 +1530,16 @@ input[disabled] {
|
|
|
color: #606266;
|
|
|
}
|
|
|
/deep/.el-radio-button__orig-radio:checked + .el-radio-button__inner {
|
|
|
- background-color: #00A79D;
|
|
|
- border-color: #00A79D;
|
|
|
+ background-color: #00a79d;
|
|
|
+ border-color: #00a79d;
|
|
|
// -webkit-box-shadow: -1px 0 0 0 rgb (19, 129, 122);
|
|
|
- box-shadow: -1px 0 0 #00A79D;
|
|
|
+ box-shadow: -1px 0 0 #00a79d;
|
|
|
color: #fff;
|
|
|
outline: none;
|
|
|
}
|
|
|
/deep/.el-radio-button__inner {
|
|
|
&:hover {
|
|
|
- color: #00A79D;
|
|
|
+ color: #00a79d;
|
|
|
}
|
|
|
outline: none;
|
|
|
}
|