Browse Source

维修状态配置6

master
wanghongjun 3 weeks ago
parent
commit
b698c35d48
  1. 3
      app/Http/Controllers/Admin/ParkingSpaceRepairController.php
  2. 3
      resources/lang/en/service.php
  3. 3
      resources/lang/zh-CN/service.php
  4. 3
      resources/lang/zh-TW/service.php

3
app/Http/Controllers/Admin/ParkingSpaceRepairController.php

@ -626,6 +626,9 @@ class ParkingSpaceRepairController extends BaseController
$type_str = implode('、', $type_arr); $type_str = implode('、', $type_arr);
} }
} }
if ($color == $val){
$type_str = __service('parking_repair_list.repair_status');
}
$color_data[] = [ $color_data[] = [
'color' => __service('space_type.' . $val), 'color' => __service('space_type.' . $val),

3
resources/lang/en/service.php

@ -175,7 +175,8 @@ return [
'space_not_exists' => 'The parking number does not exist', 'space_not_exists' => 'The parking number does not exist',
'not_send' => 'There is currently no information available for sending maintenance parking space information.', 'not_send' => 'There is currently no information available for sending maintenance parking space information.',
'space_exists' => 'Parking space under repair', 'space_exists' => 'Parking space under repair',
'not_color' => 'None Available' 'not_color' => 'None Available',
'repair_status' => 'Maintenance status indicator light'
], ],
'gate_control' => [ 'gate_control' => [
'automatic' => 'Automatic entry', 'automatic' => 'Automatic entry',

3
resources/lang/zh-CN/service.php

@ -175,7 +175,8 @@ return [
'space_not_exists' => '车位号不存在', 'space_not_exists' => '车位号不存在',
'not_send' => '目前暂无可发送的维修车位信息', 'not_send' => '目前暂无可发送的维修车位信息',
'space_exists' => '车位维修中', 'space_exists' => '车位维修中',
'not_color' => '暂无' 'not_color' => '暂无',
'repair_status' => '维修状态指示灯'
], ],
'gate_control' => [ 'gate_control' => [
'automatic' => '自动入场', 'automatic' => '自动入场',

3
resources/lang/zh-TW/service.php

@ -175,7 +175,8 @@ return [
'space_not_exists' => '車位號不存在', 'space_not_exists' => '車位號不存在',
'not_send' => '目前暫無可發送的維修車位信息', 'not_send' => '目前暫無可發送的維修車位信息',
'space_exists' => '車位維修中', 'space_exists' => '車位維修中',
'not_color' => '暫無' 'not_color' => '暫無',
'repair_status' => '維修狀態指示燈'
], ],
'gate_control' => [ 'gate_control' => [
'automatic' => '自動入場', 'automatic' => '自動入場',

Loading…
Cancel
Save