From 85118e4411ca0b10f773ee22c5a5dae877e1223a Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 13 Sep 2024 18:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/book/components/checkBook.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/views/book/components/checkBook.vue b/src/views/book/components/checkBook.vue index 9f359ee..ddcc2f8 100644 --- a/src/views/book/components/checkBook.vue +++ b/src/views/book/components/checkBook.vue @@ -92,6 +92,17 @@ + + + + + + + + {{JSON.parse(scope.row.send_data)}} + + + @@ -173,7 +184,13 @@ prop: 'finally', label: '预约结果', width: 200 - }, { + }, { + + prop: 'send_data', + label: '请求第三方接口入参', + width: 200 + + },{ prop: 'response_data', label: '第三方返回数据', width: 200