改进 工单支持显示用户
This commit is contained in:
parent
76acbaea49
commit
3d78d90540
@ -5,6 +5,7 @@
|
|||||||
@section('content')
|
@section('content')
|
||||||
<h3>{{ $workOrder->title }}</h3>
|
<h3>{{ $workOrder->title }}</h3>
|
||||||
<a href="{{ route('admin.work-orders.edit', $workOrder) }}">编辑此工单</a>
|
<a href="{{ route('admin.work-orders.edit', $workOrder) }}">编辑此工单</a>
|
||||||
|
<a href="{{ route('admin.users.edit', $workOrder->user_id) }}">用户: {{ $workOrder->user->name }}</a>
|
||||||
|
|
||||||
<h5>@parsedown($workOrder->content)</h5>
|
<h5>@parsedown($workOrder->content)</h5>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user