Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_admin
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
a79f92d8
authored
Dec 05, 2022
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
pdflogo
parent
6ae024dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
app/Admin/Controllers/OrderController.php
public/assets/images/excel-logo.png
app/Admin/Controllers/OrderController.php
View file @
a79f92d8
...
@@ -103,7 +103,7 @@ class OrderController extends AdminController
...
@@ -103,7 +103,7 @@ class OrderController extends AdminController
});
});
$grid
->
fixColumns
(
1
,
-
1
);
$grid
->
showFilter
();
$grid
->
showFilter
();
...
@@ -133,10 +133,12 @@ class OrderController extends AdminController
...
@@ -133,10 +133,12 @@ class OrderController extends AdminController
new
OrderReverseAuditAction
(),
new
OrderReverseAuditAction
(),
new
OrderEditSatusAction
(),
new
OrderEditSatusAction
(),
]);
]);
$grid
->
disableCreateButton
();
$grid
->
setActionClass
(
Grid\Displayers\Actions
::
class
);
$grid
->
setActionClass
(
Grid\Displayers\Actions
::
class
);
$grid
->
actions
(
function
(
Grid\Displayers\Actions
$actions
)
{
$grid
->
actions
(
function
(
Grid\Displayers\Actions
$actions
)
{
$actions
->
disableDelete
();
$actions
->
disableDelete
();
$actions
->
disableEdit
();
$actions
->
disableEdit
();
$actions
->
disableQuickEdit
();
$actions
->
disableQuickEdit
();
...
...
public/assets/images/excel-logo.png
0 → 100644
View file @
a79f92d8
16.4 KB
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