qinzhipeng_v@didiglobal.com 4 жил өмнө
parent
commit
2dd4269635

+ 1 - 1
src/views/projectManage/projectList/components/modifySchedule.vue

@@ -329,7 +329,7 @@ export default {
       } else {
         sortFocheckConflictrTask({ peopleList: this.form.peopleList, dayList: this.form.dayList }).then(res => {
           if (res.code === 200) {
-            res.data && res.data[0] ? this.tips = { text: '排期提醒!参与人员在设置的排期时间同时存在如下排期(此排期仅供参考)。', icon: 'el-icon-warning', col: '#FAAD14' } : this.tips = { text: '排期提醒!参与人员在设置的排期时间不存在其他的排期。', icon: 'el-icon-info', col: '#409EFF' }
+            res.data && res.data[0] ? this.tips = { text: '排期提醒!参与人员在设置的排期时间同时存在如下排期(此排期仅供参考)。', icon: 'el-icon-warning', col: '#FAAD14' } : this.tips = { text: '排期提醒!参与人员在设置的排期时间不存在其他的排期。', icon: 'el-icon-info', col: '#409EFF' }
             this.ScheduleTip = res.data
             this.SchedulShow = true
           }