|
@@ -15,7 +15,7 @@
|
|
|
<div v-show="form.dayList.length > 0 ">
|
|
|
<span>{{ schedule }}(用时<span class="blue">{{ detailDayList.length }}</span>天)</span>
|
|
|
<el-tooltip class="item" effect="dark" content="检查设置的人员在设置时间内是否存在其他排期!" placement="top">
|
|
|
- <svg-icon :icon-class="icon_problem ? 'problem1' : 'problem'" style="cursor: pointer;" @mouseenter="icon_problem = true" @mouseleave="icon_problem = false" @click="checkSchedule" />
|
|
|
+ <svg-icon icon-class="problem1" style="cursor: pointer;margin-left: 20px;" @click="checkSchedule" />
|
|
|
</el-tooltip>
|
|
|
</div>
|
|
|
<div v-show="form.dayList.length <= 0 " class="empty-schedule">添加排期</div>
|
|
@@ -206,7 +206,6 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
tips: {},
|
|
|
- icon_problem: false,
|
|
|
dangerImg: danger,
|
|
|
form_rules: {
|
|
|
type: [{ required: true, message: '事件类型不能为空', trigger: 'blur' }],
|