From 3e2642094535cc627e8b75cae559e2a0df70e59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=ED=83=9C=ED=9B=88?= Date: Thu, 25 Jun 2026 17:51:34 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=9E=90=EC=82=B0=20=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20=ED=95=84=ED=84=B0=20=ED=86=B5=EC=9D=BC=ED=99=94=20(?= =?UTF-8?q?=EC=9E=90=EC=82=B0=EC=9C=84=EC=B9=98=20=EC=A0=9C=EA=B1=B0=20?= =?UTF-8?q?=EB=B0=8F=20=EC=83=81=ED=83=9C=20=ED=95=84=ED=84=B0=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/List/EquipmentListView.ts | 4 ++-- src/views/List/FacilityListView.ts | 4 ++-- src/views/List/GiftListView.ts | 3 ++- src/views/List/MobileListView.ts | 3 ++- src/views/List/NetworkListView.ts | 4 ++-- src/views/List/PcListView.ts | 1 - src/views/List/PcPartListView.ts | 4 ++-- src/views/List/SpaceInfoListView.ts | 4 ++-- src/views/List/StorageListView.ts | 4 ++-- 9 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/views/List/EquipmentListView.ts b/src/views/List/EquipmentListView.ts index 2de5cd1..05b45f7 100644 --- a/src/views/List/EquipmentListView.ts +++ b/src/views/List/EquipmentListView.ts @@ -11,9 +11,9 @@ export function renderEquipmentList(container: HTMLElement) { searchKeys: ['MODEL_NAME', 'CURRENT_USER', 'ASSET_MFR', 'ASSET_TYPE'], filterOptions: { keywordLabel: `통합 검색 (${ASSET_SCHEMA.MODEL_NAME.ui}/${ASSET_SCHEMA.ASSET_MFR.ui})`, - showLoc: true, showDept: true, - showType: true + showType: true, + showStatus: true }, onRowClick: (asset) => openHwModal(asset, 'view'), columns: [ diff --git a/src/views/List/FacilityListView.ts b/src/views/List/FacilityListView.ts index f3eb426..fad49c9 100644 --- a/src/views/List/FacilityListView.ts +++ b/src/views/List/FacilityListView.ts @@ -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: [ diff --git a/src/views/List/GiftListView.ts b/src/views/List/GiftListView.ts index 1d17421..405b68c 100644 --- a/src/views/List/GiftListView.ts +++ b/src/views/List/GiftListView.ts @@ -12,7 +12,8 @@ export function renderGiftList(container: HTMLElement) { keywordLabel: `통합 검색 (${ASSET_SCHEMA.PRODUCT_NAME.ui})`, showCorp: true, showDept: true, - showType: true + showType: true, + showStatus: true }, onRowClick: () => alert('상세 정보 준비 중입니다.'), columns: [ diff --git a/src/views/List/MobileListView.ts b/src/views/List/MobileListView.ts index ffdfde0..cdccb8b 100644 --- a/src/views/List/MobileListView.ts +++ b/src/views/List/MobileListView.ts @@ -13,7 +13,8 @@ export function renderMobileList(container: HTMLElement) { keywordLabel: `통합 검색 (${ASSET_SCHEMA.MODEL_NAME.ui})`, showCorp: true, showDept: true, - showType: true + showType: true, + showStatus: true }, onRowClick: (asset) => openHwModal(asset, 'view'), columns: [ diff --git a/src/views/List/NetworkListView.ts b/src/views/List/NetworkListView.ts index de4d2fd..d20f294 100644 --- a/src/views/List/NetworkListView.ts +++ b/src/views/List/NetworkListView.ts @@ -11,9 +11,9 @@ export function renderNetworkList(container: HTMLElement) { searchKeys: ['MODEL_NAME', 'CURRENT_USER', 'ASSET_MFR', 'ASSET_TYPE'], filterOptions: { keywordLabel: `통합 검색 (${ASSET_SCHEMA.MODEL_NAME.ui}/${ASSET_SCHEMA.ASSET_MFR.ui})`, - showLoc: true, showDept: true, - showType: true + showType: true, + showStatus: true }, onRowClick: (asset) => openHwModal(asset, 'view'), columns: [ diff --git a/src/views/List/PcListView.ts b/src/views/List/PcListView.ts index 1fa7de7..cffd9ec 100644 --- a/src/views/List/PcListView.ts +++ b/src/views/List/PcListView.ts @@ -28,7 +28,6 @@ export function renderPcList(container: HTMLElement) { searchKeys: ['CURRENT_DEPT', 'CURRENT_USER', 'MODEL_NAME', 'MAC_ADDR', 'MANAGER_MAIN', 'ASSET_TYPE'], filterOptions: { keywordLabel: `통합 검색 (${ASSET_SCHEMA.MODEL_NAME.ui}/${ASSET_SCHEMA.MANAGER_MAIN.ui}/${ASSET_SCHEMA.CURRENT_USER.ui})`, - showLoc: true, showDept: true, showType: true, showStatus: true diff --git a/src/views/List/PcPartListView.ts b/src/views/List/PcPartListView.ts index 8c53956..dd621d9 100644 --- a/src/views/List/PcPartListView.ts +++ b/src/views/List/PcPartListView.ts @@ -11,9 +11,9 @@ export function renderPcPartList(container: HTMLElement) { searchKeys: ['MODEL_NAME', '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: [ diff --git a/src/views/List/SpaceInfoListView.ts b/src/views/List/SpaceInfoListView.ts index f0fef2b..6987633 100644 --- a/src/views/List/SpaceInfoListView.ts +++ b/src/views/List/SpaceInfoListView.ts @@ -11,9 +11,9 @@ export function renderSpaceInfoList(container: HTMLElement) { searchKeys: ['MODEL_NAME', 'PRODUCT_NAME', 'CURRENT_USER', 'ASSET_TYPE'], filterOptions: { keywordLabel: `통합 검색 (${ASSET_SCHEMA.MODEL_NAME.ui}/${ASSET_SCHEMA.CURRENT_USER.ui})`, - showLoc: true, showDept: true, - showType: true + showType: true, + showStatus: true }, onRowClick: (asset) => openHwModal(asset, 'view'), columns: [ diff --git a/src/views/List/StorageListView.ts b/src/views/List/StorageListView.ts index 5ff10de..c7cd666 100644 --- a/src/views/List/StorageListView.ts +++ b/src/views/List/StorageListView.ts @@ -11,9 +11,9 @@ export function renderStorageList(container: HTMLElement) { searchKeys: ['MODEL_NAME', 'CURRENT_USER', 'SERIAL_NUM', 'ASSET_TYPE'], filterOptions: { keywordLabel: `통합 검색 (${ASSET_SCHEMA.MODEL_NAME.ui}/${ASSET_SCHEMA.CURRENT_USER.ui})`, - showLoc: true, showDept: true, - showType: true + showType: true, + showStatus: true }, onRowClick: (asset) => openHwModal(asset, 'view'), columns: [