specialButton.php 402 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. [
  4. "id" => \App\Model\RoleMenuButton::special_one,
  5. "title" => "分社价格",
  6. "sort" => -1,
  7. "func" => "special_show_branch_price",
  8. "menu_id" => 17,
  9. ],
  10. [
  11. "id" => \App\Model\RoleMenuButton::special_two,
  12. "title" => "成本",
  13. "sort" => -2,
  14. "func" => "special_show_cost",
  15. "menu_id" => 17,
  16. ],
  17. ];