From 14ffd461fb5cf78fced131804ff7bccb9bb33568 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Tue, 11 Aug 2020 11:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=AE=A1=E6=89=B9=E8=AF=A6?= =?UTF-8?q?=E6=83=85fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workbench/fwgl/approval_service_detail.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/workbench/fwgl/approval_service_detail.vue b/src/pages/workbench/fwgl/approval_service_detail.vue index 8e60784..eb3e694 100644 --- a/src/pages/workbench/fwgl/approval_service_detail.vue +++ b/src/pages/workbench/fwgl/approval_service_detail.vue @@ -231,15 +231,15 @@ export default { info: "" }, { - title: "场景描述:", + title: "业务系统名称:", info: "" }, { - title: "调用业务系统:", + title: "业务系统访问地址:", info: "" }, { - title: "业务系统域名:", + title: "场景描述:", info: "" }, { @@ -354,9 +354,9 @@ export default { this.$set(this.list_arr[0], "info", data.service_apply_info.apply_user_info.department_name); this.$set(this.list_arr[1], "info", data.service_apply_info.apply_user_info.user_name); this.$set(this.list_arr[2], "info", data.service_apply_info.apply_user_info.phone); - this.$set(this.list_arr[3], "info", data.descript); - this.$set(this.list_arr[4], "info", data.service_apply_info.business_name); - this.$set(this.list_arr[5], "info", data.service_apply_info.business_url); + this.$set(this.list_arr[3], "info", data.service_apply_info.business_name); + this.$set(this.list_arr[4], "info", data.service_apply_info.business_url); + this.$set(this.list_arr[5], "info", data.descript); this.$set(this.list_arr[6], "info", data.service_apply_info.apply_file.split('/')[data.service_apply_info.apply_file.split('/').length - 1]); this.$set(this.list_arr[6], "url", data.service_apply_info.apply_file); this.$set(this.list_arr[8], "info", data.service_apply_info.duration+(data.service_apply_info.duration_unit==1?'月':'年')); -- 2.26.0