Merge pull request 'fixbugs screen 10' (#45) from dev-dungtv-0807 into dev

Reviewed-on: #45
This commit is contained in:
dev
2025-08-07 12:45:25 +09:00
2 changed files with 18 additions and 16 deletions

View File

@ -53,7 +53,8 @@
</v-col>
<v-col :cols="7" >
<v-card class="pb-5">
<v-card-title class="custom-title-4" style="min-height:76px;">Data Set 상세
<v-card-title class="custom-title-4 pb-0 mb-2" >
Data Set 상세
</v-card-title>
<div class="px-5" style="min-height:calc(100% - 76px)">
<v-tabs v-model="tab">
@ -312,7 +313,7 @@ export default {
header: '사용 여부',
name: 'useFg',
minWidth: 200,
align: 'center',
align: 'left',
formatter({ value }) {
value = value === true ? '1' : '0';
const newValue = _this.pageData.useFgList.filter(