Commit 4b13a354 by lizhilin

更新

parent 7ed2268a
......@@ -77,7 +77,7 @@ protected function grid()
$grid->actions(function (Grid\Displayers\Actions $actions) {
//查看
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>');
}
});
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment