fixbugs screen 10

This commit is contained in:
Tran Van Dung/(Tran Van Dung)/현장대리인/SK
2025-08-07 10:40:23 +07:00
parent 19a634e3a5
commit 537a16fbc7
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(