|
|
@ -146,7 +146,7 @@ import { beautifierConf, titleCase } from '@/utils/index' |
|
|
|
import { makeUpHtml, vueTemplate, vueScript, cssStyle } from '@/utils/generator/html' |
|
|
|
import { makeUpHtml, vueTemplate, vueScript, cssStyle } from '@/utils/generator/html' |
|
|
|
import { makeUpJs } from '@/utils/generator/js' |
|
|
|
import { makeUpJs } from '@/utils/generator/js' |
|
|
|
import { makeUpCss } from '@/utils/generator/css' |
|
|
|
import { makeUpCss } from '@/utils/generator/css' |
|
|
|
import drawingDefalut from '@/utils/generator/drawingDefalut' |
|
|
|
import drawingDefault from '@/utils/generator/drawingDefault' |
|
|
|
import logo from '@/assets/logo/logo.png' |
|
|
|
import logo from '@/assets/logo/logo.png' |
|
|
|
import CodeTypeDialog from './CodeTypeDialog' |
|
|
|
import CodeTypeDialog from './CodeTypeDialog' |
|
|
|
import DraggableItem from './DraggableItem' |
|
|
|
import DraggableItem from './DraggableItem' |
|
|
@ -171,15 +171,15 @@ export default { |
|
|
|
selectComponents, |
|
|
|
selectComponents, |
|
|
|
layoutComponents, |
|
|
|
layoutComponents, |
|
|
|
labelWidth: 100, |
|
|
|
labelWidth: 100, |
|
|
|
drawingList: drawingDefalut, |
|
|
|
drawingList: drawingDefault, |
|
|
|
drawingData: {}, |
|
|
|
drawingData: {}, |
|
|
|
activeId: drawingDefalut[0].formId, |
|
|
|
activeId: drawingDefault[0].formId, |
|
|
|
drawerVisible: false, |
|
|
|
drawerVisible: false, |
|
|
|
formData: {}, |
|
|
|
formData: {}, |
|
|
|
dialogVisible: false, |
|
|
|
dialogVisible: false, |
|
|
|
generateConf: null, |
|
|
|
generateConf: null, |
|
|
|
showFileName: false, |
|
|
|
showFileName: false, |
|
|
|
activeData: drawingDefalut[0] |
|
|
|
activeData: drawingDefault[0] |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
created() { |
|
|
|
created() { |
|
|
|