Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-06-10 18:50:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
abe8558a7a2fb8a32720fbe922dab7c0faa82163
abe8558a
1 parent
c1ea014a
1.优化后台显示。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/Admin/Controllers/MembershipController.php
app/Admin/Controllers/MembershipController.php
View file @
abe8558
...
...
@@ -31,8 +31,8 @@ class MembershipController extends AdminController
$grid
->
setActionClass
(
Grid\Displayers\Actions
::
class
);
$grid
->
column
(
'id'
,
__
(
'ID'
))
->
sortable
();
$grid
->
column
(
'title'
)
->
width
(
3
);
$grid
->
column
(
'intro'
)
->
limit
(
30
)
->
width
(
4
);
$grid
->
column
(
'title'
)
->
width
(
3
0
);
$grid
->
column
(
'intro'
)
->
limit
(
30
)
->
width
(
4
0
);
$grid
->
column
(
'expand'
,
'展开'
)
->
display
(
'会员商品'
)
->
expand
(
function
(){
...
...
Please
register
or
login
to post a comment