fix bug screen 10

This commit is contained in:
Tran Van Dung/(Tran Van Dung)/현장대리인/SK
2025-08-07 08:37:59 +07:00
parent 484d8879aa
commit f80bfc5c71
4 changed files with 28 additions and 12 deletions

View File

@ -120,10 +120,10 @@ export default {
bodyHeight: gridHeight,
minBodyHeight: gridHeight,
header: {
height: 28,
height: 38,
},
rowHeight: 29,
minRowHeight: 29,
// rowHeight: 39,
// minRowHeight: 29,
selectionUnit: 'row',
editingEvent: 'click',
};
@ -263,6 +263,7 @@ export default {
}
return retVal;
},
minWidth: 230,
},
{
header: 'Data 구분',
@ -278,6 +279,7 @@ export default {
}
return retVal;
},
minWidth: 330,
},
{
header: '숫자 값',
@ -308,6 +310,7 @@ export default {
// console.log('test :', test);
return data.row.addInfoDataKind;
},
minWidth: 330,
},
//{ header: "추가 정보 값", name: "addInfoVal", align: "center" , editor: "text",
//},
@ -414,3 +417,8 @@ const dataPathDataExample = getPathDataExample({
type: '사용', note: '-'
});
</script>
<style lang="scss" scoped>
::v-deep {
}
</style>