feat: 자산 목록 필터 통일화 (자산위치 제거 및 상태 필터 추가)

This commit is contained in:
이태훈
2026-06-25 17:51:34 +09:00
parent 8e22c1d713
commit 3e26420945
9 changed files with 16 additions and 15 deletions

View File

@@ -11,9 +11,9 @@ export function renderFacilityList(container: HTMLElement) {
searchKeys: ['MODEL_NAME', 'ASSET_MFR', 'ASSET_TYPE'],
filterOptions: {
keywordLabel: `통합 검색 (${ASSET_SCHEMA.MODEL_NAME.ui})`,
showLoc: true,
showDept: true,
showType: true
showType: true,
showStatus: true
},
onRowClick: (asset) => openHwModal(asset, 'view'),
columns: [