Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lvsuo-pc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhilin
lvsuo-pc
Commits
4b13a354
Commit
4b13a354
authored
Dec 25, 2024
by
lizhilin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
7ed2268a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
app/Admin/Controllers/LawyerCommissionController.php
+1
-1
No files found.
app/Admin/Controllers/LawyerCommissionController.php
View file @
4b13a354
...
@@ -77,7 +77,7 @@ protected function grid()
...
@@ -77,7 +77,7 @@ protected function grid()
$grid
->
actions
(
function
(
Grid\Displayers\Actions
$actions
)
{
$grid
->
actions
(
function
(
Grid\Displayers\Actions
$actions
)
{
//查看
//查看
if
(
Admin
::
user
()
->
can
(
'lawyer-commission-collect-view'
))
{
if
(
Admin
::
user
()
->
can
(
'lawyer-commission-collect-view'
))
{
$actions
->
append
(
'<a href="/lawyer-commission-collect?no='
.
$this
->
number
.
'" alt="查看"
target="_blank"
><i class="feather icon-eye"> 查看 </i></a>'
);
$actions
->
append
(
'<a href="/lawyer-commission-collect?no='
.
$this
->
number
.
'" alt="查看"><i class="feather icon-eye"> 查看 </i></a>'
);
}
}
});
});
});
});
...
...
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