Untitled
unknown
plain_text
6 months ago
1.1 kB
4
Indexable
export default [ { id: 'top-page', title: 'TOPページ', navLink: '/top-page', }, { id: 'my-case', title: 'My案件一覧', navLink: '/my-case', }, { id: 'project', title: '全社案件一覧', navLink: '/project', }, { id: 'quotation', title: '見積承認', navLink: '/quotation', }, { id: 'customer', title: '顧客一覧', navLink: '/customer', }, { id: 'estimate-quotation', title: 'ネット見積機能', children: [ { id: 'quotation-member', title: 'ネット見積会員一覧', navLink: '/quotation-member', }, { id: 'estimate', title: 'ネット見積一覧', navLink: '/quotation-estimate', }, ], }, { id: 'master', title: 'マスター', children: [ { id: 'master-staff', title: 'スタッフ管理', navLink: '/master/staff', }, { id: 'master-estimate', title: '見積用経費マスター', navLink: '/master/estimate', }, ], }, ];
Editor is loading...
Leave a Comment