优化代码

This commit is contained in:
java110 2021-05-18 23:51:27 +08:00
parent 1039393b1a
commit d7b3eb1255

View File

@ -61,6 +61,7 @@
<th class="text-center">服务编码</th>
<th class="text-center">耗时</th>
<th class="text-center">状态</th>
<th class="text-center">请求时间</th>
<th class="text-right">操作</th>
</tr>
</thead>
@ -72,6 +73,7 @@
<td class="text-center">{{log.serviceCode}}</td>
<td class="text-center">{{log.costTime}}</td>
<td class="text-center">{{log.state=='F'?'失败':'成功'}}</td>
<td class="text-center">{{log.createTime}}</td>
<td class="text-right">
<div class="btn-group">
<button class="btn-white btn btn-xs" v-on:click="viewLogMessage(log)">查看报文