|
@@ -5,11 +5,12 @@ |
|
@@ -5,11 +5,12 @@ |
|
5
|
</template>
|
5
|
</template>
|
|
6
|
<template #responseContent="{ record }">
|
6
|
<template #responseContent="{ record }">
|
|
7
|
<div v-if="!record.request?.oneway">
|
7
|
<div v-if="!record.request?.oneway">
|
|
8
|
- <a-button v-if="record?.response === null" type="text" class="ml-2"> 无 </a-button>
|
8
|
+ <a-button v-if="record?.response === null" type="text" class="ml-2"> 未响应 </a-button>
|
|
9
|
<a-button v-else type="link" class="ml-2" @click="handleRecordResponseContent(record)">
|
9
|
<a-button v-else type="link" class="ml-2" @click="handleRecordResponseContent(record)">
|
|
10
|
查看
|
10
|
查看
|
|
11
|
</a-button>
|
11
|
</a-button>
|
|
12
|
</div>
|
12
|
</div>
|
|
|
|
13
|
+ <div v-else>--</div>
|
|
13
|
</template>
|
14
|
</template>
|
|
14
|
</BasicTable>
|
15
|
</BasicTable>
|
|
15
|
</template>
|
16
|
</template>
|