Update 1508

This commit is contained in:
dev
2025-08-18 10:40:46 +09:00
parent be1e0426e0
commit 68916550e5
3 changed files with 119 additions and 66 deletions

View File

@ -66,7 +66,7 @@
<v-card-title class="pa-0">설비별 현황 리스트</v-card-title>
</div>
<div class="px-4" style="height:calc(100% - 76px)">
<div ref="gridParent" class="w100 h100">
<div ref="gridParent" class="w100 h100 enrg-effc">
<component :ref="gridName" :is="loadGrid ? 'Grid' : null" :gridName="gridName"
:parentPrgmId="myPrgmId" :columnClickEventFlag="true" @columnClick="columnClick" />
</div>