merge: 공동작업자의 PC 및 SW 관리 기능과 서버 자산 관리 기능 통합 (충돌 해결)

This commit is contained in:
2026-04-15 10:10:57 +09:00
11 changed files with 814 additions and 138 deletions

View File

@@ -37,7 +37,8 @@ const mergedHw = [
export const state: AppState = {
masterData: {
...dummy,
hw: mergedHw
hw: mergedHw,
logs: [] // 공동작업자의 수정 이력 배열 추가
},
activeCategory: 'hw',
activeSubTab: '대시보드',