From e2d628c4b001781023111b4ba315235e591c1582 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 28 Oct 2022 16:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=96=87=E5=AD=97=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/vm/visit_detial.vue | 7 +++++++ src/views/vm/vistoradd.vue | 2 +- src/views/wf/ticketdetail.vue | 6 +++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/vm/visit_detial.vue b/src/views/vm/visit_detial.vue index cb289b02..4fc8d766 100644 --- a/src/views/vm/visit_detial.vue +++ b/src/views/vm/visit_detial.vue @@ -8,6 +8,9 @@ {{ form.name }} + {{ + levelOptions[form.level] + }} {{ form.company }} @@ -139,6 +142,10 @@ export default { 30: "面试", 40: "开会", }, + levelOptions: { + 10: "一般", + 20: "重要" + }, state_: { 10: "创建中", 20: "审批中", diff --git a/src/views/vm/vistoradd.vue b/src/views/vm/vistoradd.vue index 16cbcf4f..089ffa1f 100644 --- a/src/views/vm/vistoradd.vue +++ b/src/views/vm/vistoradd.vue @@ -360,7 +360,7 @@ export default { travel_code: '', test_report: '', is_main: false, - is_reported: false, + is_reported: true, }, rules: { }, peopleRules:{ diff --git a/src/views/wf/ticketdetail.vue b/src/views/wf/ticketdetail.vue index 6c93a9f5..b2b6dbd3 100644 --- a/src/views/wf/ticketdetail.vue +++ b/src/views/wf/ticketdetail.vue @@ -34,7 +34,7 @@ {{visitDetail.name }} - {{visitDetail.name }} + {{levelOptions[visitDetail.level] }} {{purpose_[visitDetail.purpose] }} @@ -287,6 +287,10 @@ 40: "作业中", 50: "已结束", }, + levelOptions: { + 10: "一般", + 20: "重要" + }, noteOption: [ {id: 10, name: '作业正常结束'}, {id: 20, name: '因计划改变停止作业'},