From d1bfdcb1f13bc41e1f8f070d2132ead628fce162 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Thu, 9 Jun 2022 17:22:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E6=94=B9=E4=B8=BA=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shequzhili/event copy/cpts/process-form-project.vue | 2 +- .../modules/shequzhili/event copy/cpts/process-form-replay.vue | 2 +- src/views/modules/shequzhili/event copy/eventList.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/modules/shequzhili/event copy/cpts/process-form-project.vue b/src/views/modules/shequzhili/event copy/cpts/process-form-project.vue index 8309e930..58e96624 100644 --- a/src/views/modules/shequzhili/event copy/cpts/process-form-project.vue +++ b/src/views/modules/shequzhili/event copy/cpts/process-form-project.vue @@ -188,7 +188,7 @@ import { isCard } from "@/utils/validate"; let loading; // 加载动画 function iniFmData () { return { - operationType: '1',//处理方式[0:已回复 1:已转项目 2:已转需求] + operationType: '1',//处理方式[0:已回复 1:已转项目 2:已转服务] publicReply: '',//项目方案 1000 internalRemark: '',// 内部备注 1000 gridId: '',// diff --git a/src/views/modules/shequzhili/event copy/cpts/process-form-replay.vue b/src/views/modules/shequzhili/event copy/cpts/process-form-replay.vue index d01d4879..461aeb07 100644 --- a/src/views/modules/shequzhili/event copy/cpts/process-form-replay.vue +++ b/src/views/modules/shequzhili/event copy/cpts/process-form-replay.vue @@ -58,7 +58,7 @@ export default { return { btnDisable: false, formData: { - operationType: '0',//处理方式[0:已回复 1:已转项目 2:已转需求] + operationType: '0',//处理方式[0:已回复 1:已转项目 2:已转服务] content: '', status: '' }, diff --git a/src/views/modules/shequzhili/event copy/eventList.vue b/src/views/modules/shequzhili/event copy/eventList.vue index 2664af1d..6f0556be 100644 --- a/src/views/modules/shequzhili/event copy/eventList.vue +++ b/src/views/modules/shequzhili/event copy/eventList.vue @@ -609,7 +609,7 @@ export default { this.tableData.forEach(item => { if (item.operationType === '2') { - item.operationTypeShow = '已转需求' + item.operationTypeShow = '已转服务' } if (item.operationType === '1') { item.operationTypeShow = '已立项'