fix bug grid + buttons
This commit is contained in:

parent
2cea34dbab
commit
c810139554
@ -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({
|
||||
|
Reference in New Issue
Block a user