mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-26 09:08:37 +00:00
review:【bpm 工作流】流程打印
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
import {IModuleConf} from '@wangeditor/editor'
|
||||
import { IModuleConf } from '@wangeditor/editor'
|
||||
import withProcessRecord from './plugin'
|
||||
import renderElemConf from './render-elem'
|
||||
import elemToHtmlConf from './elem-to-html'
|
||||
import parseHtmlConf from './parse-elem-html'
|
||||
import processRecordMenu from "./menu/ProcessRecordMenu"
|
||||
import processRecordMenu from './menu/ProcessRecordMenu'
|
||||
|
||||
// TODO @lesan:PrintTemplate 是参考了哪些文档哇?要不要在 index.ts 稍微写点注释,方便大家理解;
|
||||
const module: Partial<IModuleConf> = {
|
||||
editorPlugin: withProcessRecord,
|
||||
renderElems: [renderElemConf],
|
||||
elemsToHtml: [elemToHtmlConf],
|
||||
parseElemsHtml: [parseHtmlConf],
|
||||
menus: [processRecordMenu],
|
||||
menus: [processRecordMenu]
|
||||
}
|
||||
|
||||
export default module
|
||||
|
||||
Reference in New Issue
Block a user