|
@@ -53,6 +53,17 @@
|
|
|
<el-form-item label="教学地点"
|
|
|
prop="address"
|
|
|
:rules="[{ required: true, message: '教学地点不能为空' }]">
|
|
|
+ <template #label>
|
|
|
+ <p style="position: relative; display: inline-block;"> 教学地点
|
|
|
+ <el-tooltip placement="top" popper-class="mTooltip">
|
|
|
+ <div slot="content">
|
|
|
+ 如果已生成课表,则会修改未上课时的教学点
|
|
|
+ </div>
|
|
|
+ <i class="el-icon-question"
|
|
|
+ style="font-size: 18px; color: #F56C6C"></i>
|
|
|
+ </el-tooltip>
|
|
|
+ </p>
|
|
|
+ </template>
|
|
|
<el-select v-model.trim="topFrom.address"
|
|
|
filterable
|
|
|
clearable
|
|
@@ -489,8 +500,6 @@ import {
|
|
|
getSchool,
|
|
|
} from "@/api/systemManage";
|
|
|
import { classStatus } from "@/utils/searchArray";
|
|
|
-import { scrollTo } from "@/utils/scroll-to";
|
|
|
-import axios from "axios";
|
|
|
import store from "@/store";
|
|
|
import numeral from "numeral";
|
|
|
import { formatData } from "@/utils/utils";
|