diff --git a/src/pages/workbench/fwgl/apply_service_detail.vue b/src/pages/workbench/fwgl/apply_service_detail.vue index c73f3e7dd05f6f32a473820f848a62f9f0029352..87f9c5bae8c33ac080da79474711ee125d4678a0 100644 --- a/src/pages/workbench/fwgl/apply_service_detail.vue +++ b/src/pages/workbench/fwgl/apply_service_detail.vue @@ -1123,6 +1123,15 @@ export default { if (data.data_service_type1_name != "数据服务") { this.servicead_arr = this.servicead_arr.slice(0, 4); } + + if(data.service_apply_info.approval_status == 3){ + //审批通过 + this.servicead_arr.unshift({ + title: "Authorization:", + info: data.service_apply_info.apaas_token, + }) + } + console.log(data.service_apply_info); if (data.service_apply_info.approval_process) { data.service_apply_info.approval_process.forEach((e) => {