update code fixbug

This commit is contained in:
Nguyen Van Luan/(Nguyen Van Luan)/현장대리인/SK
2025-08-06 19:02:19 +09:00
parent 484d8879aa
commit 2cf00c0880
14 changed files with 54 additions and 30 deletions

View File

@ -1,10 +1,10 @@
<template>
<div>
<div
class="d-flex justify-space-between align-center"
style="height: 80px;"
class=" d-flex justify-space-between"
style="height: 45px;"
>
<span class="txt custom-subtitle-tab">검침 대상 추가 정보</span>
<span class="txt custom-subtitle-tab">검침 대상 추가 정보</span>
<Buttons
:parentPrgmId="parentPrgmId"
:bindingData="gridName"
@ -103,6 +103,7 @@ export default {
},
gridInit() {
const gridHeight = this.$refs.gridParent.offsetHeight - 30;
console.log(gridHeight);
const myOptions = {
columnOptions: {
@ -275,7 +276,7 @@ export default {
{
header: 'Data 구분',
name: 'addInfoDataKind',
align: 'center',
align: 'left',
formatter({ value }) {
let retVal = '';
const newValue = addInfoDataKindList.filter(