fix bug grid + buttons

This commit is contained in:
Tran Van Dung/(Tran Van Dung)/현장대리인/SK
2025-08-14 12:30:55 +07:00
parent 2cea34dbab
commit c810139554
6 changed files with 68 additions and 41 deletions

View File

@ -175,7 +175,7 @@ export default {
header: '사용여부',
name: 'useFg',
align: 'left',
width: 100,
minWidth: 80,
formatter({ value }) {
value = value === true ? '1' : '0';
const newValue = _this.pageData.useFgList.filter(
@ -190,7 +190,7 @@ export default {
// }
// }
},
{ header: '비고', name: 'rmrk', align: 'left' },
{ header: '비고', name: 'rmrk', align: 'left', minWidth: 50, },
];
this.setGridColumn({