Browse Source

接口调用信息管理

hella_online_20241024
yufei_wang 1 month ago
parent
commit
3e554ac8bc
  1. 4
      src/views/wms/agvManage/interfaceInfo/index.vue

4
src/views/wms/agvManage/interfaceInfo/index.vue

@ -30,7 +30,7 @@
> >
<!-- 请求参数 --> <!-- 请求参数 -->
<template #reqBody="{row}"> <template #reqBody="{row}">
<el-tooltip> <el-tooltip trigger="click">
<template #content> <template #content>
<div class="toolContent"> <div class="toolContent">
<pre>{{ JSON.parse(row.reqBody.replace(/[\\]/g, '')) }}</pre> <pre>{{ JSON.parse(row.reqBody.replace(/[\\]/g, '')) }}</pre>
@ -41,7 +41,7 @@
</template> </template>
<!-- 返回结果 --> <!-- 返回结果 -->
<template #respBody="{row}"> <template #respBody="{row}">
<el-tooltip> <el-tooltip trigger="click">
<template #content> <template #content>
<div class="toolContent"> <div class="toolContent">
<pre>{{ JSON.parse(row.respBody.replace(/[\\]/g, '')) }}</pre> <pre>{{ JSON.parse(row.respBody.replace(/[\\]/g, '')) }}</pre>

Loading…
Cancel
Save