改变订单查看预收益新标签打开
parent
66208ac796
commit
391cf9caee
|
|
@ -102,7 +102,7 @@ class OrderController extends AdminController
|
||||||
$actions->append(new OrderSetTag());
|
$actions->append(new OrderSetTag());
|
||||||
}
|
}
|
||||||
if (Admin::user()->can('dcat.admin.distribution_pre_incomes.index')) {
|
if (Admin::user()->can('dcat.admin.distribution_pre_incomes.index')) {
|
||||||
$actions->append('<a href="'.admin_route('distribution_pre_incomes.index', ['order[sn]'=>$actions->row->sn]).'"><i class="fa fa-eye"></i> 预收益明细</a>');
|
$actions->append('<a href="'.admin_route('distribution_pre_incomes.index', ['order[sn]'=>$actions->row->sn]).'" target="_blank"><i class="fa fa-eye"></i> 预收益明细</a>');
|
||||||
}
|
}
|
||||||
// $actions->append(new CreateOrderPackage());
|
// $actions->append(new CreateOrderPackage());
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue