update code

This commit is contained in:
Nguyen Van Luan/(Nguyen Van Luan)/현장대리인/SK
2025-08-26 17:28:37 +09:00
parent d4c39c577f
commit b2a0f1cde2
7 changed files with 168 additions and 11 deletions

View File

@ -33,6 +33,7 @@ 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: {
@ -122,7 +123,6 @@ export default {
gridKey: this.gridName,
value: myOptions,
});
const _this = this;
let useFgSelectList = [];
this.pageData.useFgList.forEach(item => {
@ -310,7 +310,7 @@ export default {
type: NewCustomRenderer,
},
editor: {
type: NewCustomEditor,
type: CustomEditorCheckbox,
},
formatter(data) {
return data.row.addInfoDataKind;