|
|
@@ -411,7 +411,7 @@
|
|
|
@click="removeFocusing($event)" v-on:mouseover="showDelBtn($event)" v-on:mouseleave="hideDelBtn($event)" >
|
|
|
<template v-if="logIndex<2||orderIssue.log_is_show===true">
|
|
|
<td style="min-width: 200px">@{{ log.content }} </td>
|
|
|
- <td class="text-muted" style="min-width: 120px">@{{ log.user.name }} </td>
|
|
|
+ <td class="text-muted" style="min-width: 120px">@{{ log.user ? log.user.mame :'' }} </td>
|
|
|
<td class="text-muted" style="min-width: 170px">@{{ log.created_at }}</td>
|
|
|
@can('订单管理-问题件-处理结果删除')
|
|
|
<td style="" class="m-0 p-0 border-0">
|