update code
This commit is contained in:

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