feat: 자산 목록 필터 통일화 (자산위치 제거 및 상태 필터 추가)
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user