|
|
@@ -412,7 +412,7 @@
|
|
|
<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">
|
|
|
- <span v-if="log.user">@{{ log.user.mame}}</span>
|
|
|
+ <span v-if="log.user">@{{ log.user.name}}</span>
|
|
|
</td>
|
|
|
<td class="text-muted" style="min-width: 170px">@{{ log.created_at }}</td>
|
|
|
@can('订单管理-问题件-处理结果删除')
|