reconfict

This commit is contained in:
Nguyen Van Luan/(Nguyen Van Luan)/현장대리인/SK
2025-08-26 18:23:59 +09:00
parent b2a0f1cde2
commit 3702c59f20
2 changed files with 6 additions and 158 deletions

View File

@ -33,7 +33,6 @@ import Form from '~/components/common/form/Form';
import mixinGlobal from '@/mixin/global.js';
import { NewCustomRenderer } from '~/plugins/gridUtility';
import { NewCustomEditor } from '~/plugins/gridUtility';
import { CustomEditorCheckbox } from '~/plugins/gridUtility';
export default {
mixins: [mixinGlobal],
components: {
@ -103,7 +102,7 @@ export default {
this.gridInit();
},
gridInit() {
const gridHeight = this.$refs.gridParent.offsetHeight - 31;
const gridHeight = this.$refs.gridParent.offsetHeight;
const myOptions = {
columnOptions: {
@ -310,7 +309,7 @@ export default {
type: NewCustomRenderer,
},
editor: {
type: CustomEditorCheckbox,
type: NewCustomEditor,
},
formatter(data) {
return data.row.addInfoDataKind;