12345678910111213141516171819 |
- <?php
- return [
- [
- "id" => \App\Model\RoleMenuButton::special_one,
- "title" => "分社价格",
- "sort" => -1,
- "func" => "special_show_branch_price",
- "menu_id" => 17,
- ],
- [
- "id" => \App\Model\RoleMenuButton::special_two,
- "title" => "成本",
- "sort" => -2,
- "func" => "special_show_cost",
- "menu_id" => 17,
- ],
- ];
|