diff --git a/app/Models/OperatorQue.php b/app/Models/OperatorQue.php index a4bdaf4..289c831 100644 --- a/app/Models/OperatorQue.php +++ b/app/Models/OperatorQue.php @@ -28,13 +28,16 @@ class OperatorQue extends Model 1 => '本人確認(社会人)', 2 => '本人確認(学生)', 3 => 'タグ発送', - 4 => '予約告知電話', - 5 => '定期更新電話', - 6 => '返金', + 4 => '予約告知通知', + 5 => '定期更新通知', + 6 => '返金処理', 7 => '再発行リミット超過', 8 => '支払い催促', 9 => 'シール発行催促', - 10 => 'シール再発行許可', + 10 => 'シール再発行', + 11 => '名寄せフリガナ照合エラー', + 12 => '本人確認(減免更新)', + 13 => '本人確認(学生更新)', 101 => 'サーバーエラー', 102 => 'プリンタエラー', 103 => 'スキャナーエラー', @@ -51,7 +54,7 @@ class OperatorQue extends Model public function getQueClassLabel(): string { - return self::QueClass[$this->que_class] ?? (string)$this->que_class; + return self::QueClass[$this->que_class] ?? 'キュー種別未設定'; } public function getQueStatusLabel(): string diff --git a/resources/views/admin/CityMaster/list.blade.php b/resources/views/admin/CityMaster/list.blade.php index 16da785..7daa534 100644 --- a/resources/views/admin/CityMaster/list.blade.php +++ b/resources/views/admin/CityMaster/list.blade.php @@ -72,9 +72,9 @@ @foreach ($list as $city) - + - 編集 + 編集 {{ $city->city_id }} {{ $city->city_name }} diff --git a/resources/views/admin/news/list.blade.php b/resources/views/admin/news/list.blade.php index 54c2355..67826da 100644 --- a/resources/views/admin/news/list.blade.php +++ b/resources/views/admin/news/list.blade.php @@ -73,7 +73,7 @@
編集 + class="btn btn-sm btn-default ml10">編集
diff --git a/resources/views/admin/parks/list.blade.php b/resources/views/admin/parks/list.blade.php index afd0a9b..7f65af4 100644 --- a/resources/views/admin/parks/list.blade.php +++ b/resources/views/admin/parks/list.blade.php @@ -124,7 +124,7 @@ 編集 + class="btn btn-sm btn-default ml10">編集 {{ $park->park_id }} {{ $park->city_name }} diff --git a/resources/views/admin/prices/list.blade.php b/resources/views/admin/prices/list.blade.php index 9b3c807..23b3ec6 100644 --- a/resources/views/admin/prices/list.blade.php +++ b/resources/views/admin/prices/list.blade.php @@ -97,7 +97,7 @@ {{__('編集')}} + class="btn btn-sm btn-default ml10">{{__('編集')}} {{-- ▼ データ本体(既存表示そのまま) --}} diff --git a/resources/views/admin/psection/list.blade.php b/resources/views/admin/psection/list.blade.php index af3ac17..1c77177 100644 --- a/resources/views/admin/psection/list.blade.php +++ b/resources/views/admin/psection/list.blade.php @@ -81,7 +81,7 @@ 編集 + class="btn btn-sm btn-default ml10">編集 {{-- ▼ データ列 --}} diff --git a/resources/views/admin/ptypes/list.blade.php b/resources/views/admin/ptypes/list.blade.php index 7352336..28ecb8f 100644 --- a/resources/views/admin/ptypes/list.blade.php +++ b/resources/views/admin/ptypes/list.blade.php @@ -124,7 +124,7 @@ 編集 + class="btn btn-sm btn-default ml10">編集 {{-- ▼ データ列 --}} {{ $item->ptype_id }} diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 64ac739..1317257 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -1,20 +1,114 @@ @extends('layouts.app') -@section('title', '[東京都|〇〇駐輪場]ここに画面メニュー名が入ります') +@section('title', 'インフォメーション') @section('content') -
-
-
-
-
Dashboard
- -
- @if (session('status')) -