Browse Source

修改问题件处理日志用户不可见bug mame 修正为name

ajun 5 năm trước cách đây
mục cha
commit
4aea6ba7b2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/order/issue/index.blade.php

+ 1 - 1
resources/views/order/issue/index.blade.php

@@ -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('订单管理-问题件-处理结果删除')