feat: [juil] 업무 Workflow 플로우차트 메뉴 추가
- 주일기업 기획 하위 '업무 Workflow' 메뉴 추가 - 11단계 업무처리과정 인터랙티브 플로우차트 구현 - 각 단계 클릭 시 상세정보(담당부서, 필요서류, SAM 연동) 표시
This commit is contained in:
@@ -1641,6 +1641,7 @@
|
||||
Route::middleware('auth')->prefix('juil')->name('juil.')->group(function () {
|
||||
Route::get('/estimate', [PlanningController::class, 'estimate'])->name('estimate');
|
||||
Route::get('/project', [PlanningController::class, 'project'])->name('project');
|
||||
Route::get('/workflow', [PlanningController::class, 'workflow'])->name('workflow');
|
||||
|
||||
// 공사현장 사진대지
|
||||
Route::prefix('construction-photos')->name('construction-photos.')->group(function () {
|
||||
|
||||
Reference in New Issue
Block a user