Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李洋
/
消息系统
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b425ba85
authored
Sep 27, 2018
by
李洋
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1、fix list condition bug
parent
904437e4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
11 deletions
resources/views/message/allhistorylist.blade.php
resources/views/message/manualhistorylist.blade.php
resources/views/message/templatelist.blade.php
resources/views/message/allhistorylist.blade.php
View file @
b425ba85
...
...
@@ -174,15 +174,15 @@
</tbody>
</table>
{
!! $info->links() !!
}
{{
--->appends([--}}
{{--'search_id'=>$search_id,--}}
{{--'search_user'=>$search_user,--}}
{{--'search_sendtime_start'=>$search_sendtime_start,--}}
{{--'search_sendtime_end'=>$search_sendtime_end,--}}
{{--'search_channel'=>$search_channel,--}}
{{--'search_status'=>$search_status,--}}
{{--])->links() !!}--
}}
{
{--{!! $info->links() !!}--}
}
{{
$info->appends([
'search_id'=>$search_id,
'search_user'=>$search_user,
'search_sendtime_start'=>$search_sendtime_start,
'search_sendtime_end'=>$search_sendtime_end,
'search_channel'=>$search_channel,
'search_status'=>$search_status,
])->links()
}}
</div>
</div>
<div
class=
"row"
id=
"my_list_paginate"
></div>
...
...
resources/views/message/manualhistorylist.blade.php
View file @
b425ba85
...
...
@@ -95,7 +95,12 @@
</tbody>
</table>
{{--{!! $info->links() !!}--}}
{{$info->appends([
'search_desc'=>$search_desc,
'search_channel'=>$search_channel,
'search_sendtime_start'=>$search_sendtime_start,
'search_sendtime_end'=>$search_sendtime_end,
])->links() }}
</div>
</div>
<div
class=
"row"
id=
"my_list_paginate"
></div>
...
...
resources/views/message/templatelist.blade.php
View file @
b425ba85
...
...
@@ -72,7 +72,12 @@
@endfor
</tbody>
</table>
{!! $info->links() !!}
{{--{!! $info->links() !!}--}}
{{$info->appends([
'search_desc'=>$search_desc,
'search_channel'=>$search_channel,
'search_keyword'=>$search_keyword,
])->links() }}
</div>
</div>
<div
class=
"row"
id=
"my_list_paginate"
></div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment