- Update screen 14 29 - Remove mock data dashboard
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user