{{ __('auto.公告管理') }}
{{ __('auto.系统公告列表') }}
| {{ __('auto.功能名称') }} | {{ __('auto.弹出状态') }} | {{ __('auto.修改发布内容') }} | {{ __('auto.上次发布时间') }} | {{ __('auto.弹出功能总开关') }} |
|---|---|---|---|---|
| {{$val->StatusTip}} |
|
@if ($val->StatusValue == '1') {{ __('auto.已开启') }} @else {{ __('auto.已关闭') }} @endif |