- Update screen 14 29 - Remove mock data dashboard

This commit is contained in:
Michael
2025-07-28 17:22:38 +09:00
parent 2dd0c6a72c
commit aec9353ab2
12 changed files with 1329 additions and 1762 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="pb-5 h100">
<div class="d-flex align-center justify-space-between">
<span class="text-h6">공통그룹코드</span>
<span class="grid-title">공통그룹코드</span>
<div>
<Buttons
:parentPrgmId="parentPrgmId"
@ -126,7 +126,7 @@ export default {
{
header: '사용여부',
name: 'useFg',
align: 'center',
align: 'left',
formatter({ value }) {
const newValue = _this.pageData.useFgList.filter(
item => item.commCd == value,