customer_detail_menu.sql 578 B

12345
  1. -- 客户详情菜单(隐藏菜单)
  2. -- 父菜单ID: 1878652341000000100 (客户运营)
  3. -- visible = '1' 表示隐藏
  4. INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_dept, create_by, create_time, update_by, update_time, remark)
  5. VALUES (1878652341000000610, '客户详情', 1878652341000000100, 10, 'customerDetail', 'platform/customerOperation/customerDetail/index', 1, 0, 'C', '1', '0', 'customer:customerInfo:query', '#', 103, 1, NOW(), NULL, NULL, '客户详情页面');