fixbugs screen 10
This commit is contained in:

parent
19a634e3a5
commit
537a16fbc7
@ -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(
|
||||
|
Reference in New Issue
Block a user