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:51:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c1489948d8d7ba66479fa13f2a17f780ddb7d0f4
c1489948
1 parent
6a035a6e
1.优化后台显示。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
app/Admin/Controllers/MembershipController.php
app/Admin/Controllers/MembershipController.php
View file @
c148994
...
...
@@ -41,8 +41,6 @@ class MembershipController extends AdminController
$th
=
[
'id'
,
'价格'
,
'划线价格'
,
'有效期'
,
'单位'
];
return
Table
::
make
(
$th
,
$data
);
});
$grid
->
column
(
'video_url'
);
$grid
->
column
(
'video_cover'
)
->
image
(
'/storage/'
);
$grid
->
column
(
'bg_images'
)
->
gallery
(
'/storage/'
);
$grid
->
column
(
'terminal'
)
->
using
([
1
=>
'安卓'
,
2
=>
'iOS'
],
'未知'
);
$grid
->
column
(
'state'
,
'线上展示'
)
->
switch
();
...
...
Please
register
or
login
to post a comment