From bf751479305f9f3bd8cba939cffdef958bba44e6 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Wed, 1 Mar 2023 22:31:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E5=9B=9E=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/notifications/work_order/reply.blade.php | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/resources/views/notifications/work_order/reply.blade.php b/resources/views/notifications/work_order/reply.blade.php index 5c262aa..980edc7 100644 --- a/resources/views/notifications/work_order/reply.blade.php +++ b/resources/views/notifications/work_order/reply.blade.php @@ -1,13 +1,5 @@ -## @if ($workOrder->is_pending) - 回复投递中 -@else - 回复已投递 -@endif +# 用户已回复 -# {{ $module->name }} +{{ $data->workOrder->title }} -## 客户 {{ $user->name }} -##### 邮箱 {{ $user->email }} -##### 余额 {{ $user->balance }} 元 - -# {{ $workOrder->id }}#{{ $workOrder->title }} +{{ $data->content }}