瀏覽代碼

排期文案调整

qinzhipeng_v@didiglobal.com 4 年之前
父節點
當前提交
2dd4269635
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/projectManage/projectList/components/modifySchedule.vue

+ 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
           }