reconfict
This commit is contained in:

parent
b2a0f1cde2
commit
3702c59f20
@ -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;
|
||||
|
Reference in New Issue
Block a user