diff --git a/apps/web-antd/src/views/bpm/components/bpmn-process-designer/package/index.ts b/apps/web-antd/src/views/bpm/components/bpmn-process-designer/package/index.ts
index 39f7f7f4d..483d5fb4d 100644
--- a/apps/web-antd/src/views/bpm/components/bpmn-process-designer/package/index.ts
+++ b/apps/web-antd/src/views/bpm/components/bpmn-process-designer/package/index.ts
@@ -9,5 +9,3 @@ export { default as MyProcessDesigner } from './designer';
// TODO @puhui999:流程发起时,预览相关的,需要使用;
export { default as MyProcessViewer } from './designer/index2';
export { default as MyProcessPenal } from './penal';
-
-// TODO @jason:【有个迁移的打印】【新增】流程打印,由 [@Lesan](https://gitee.com/LesanOuO) 贡献 [#816](https://gitee.com/yudaocode/yudao-ui-admin-vue3/pulls/816/)、[#1418](https://gitee.com/zhijiantianya/ruoyi-vue-pro/pulls/1418/)、[#817](https://gitee.com/yudaocode/yudao-ui-admin-vue3/pulls/817/)、[#1419](https://gitee.com/zhijiantianya/ruoyi-vue-pro/pulls/1419/)、[#1424](https://gitee.com/zhijiantianya/ruoyi-vue-pro/pulls/1424)、[#819](https://gitee.com/yudaocode/yudao-ui-admin-vue3/pulls/819)、[#821](https://gitee.com/yudaocode/yudao-ui-admin-vue3/pulls/821/)
diff --git a/apps/web-antd/src/views/bpm/model/form/modules/custom-print-template.vue b/apps/web-antd/src/views/bpm/model/form/modules/custom-print-template.vue
new file mode 100644
index 000000000..d4b26c391
--- /dev/null
+++ b/apps/web-antd/src/views/bpm/model/form/modules/custom-print-template.vue
@@ -0,0 +1,127 @@
+
+
+
+
| 流程记录 | |
| 节点 | ', + '操作 | ', + '
| 发起人 | -+ | 发起人 | +{{ printData.processInstance.startUser?.nickname }} | -发起时间 | -- + | 发起时间 | ++ {{ formatDate(printData.processInstance.startTime) }} |
| 所属部门 | -+ | 所属部门 | +{{ printData.processInstance.startUser?.deptName }} | -流程状态 | -+ | 流程状态 | +{{ getDictLabel( DICT_TYPE.BPM_PROCESS_INSTANCE_STATUS, @@ -268,33 +254,33 @@ function getPrintTemplateHTML() { |
表单内容 |
|||||||
| + | {{ item.name }} | -+ | |||||
- 流程节点+流程记录 |
|||||||
| + | {{ item.name }} | -+ |
{{ item.description }}
| ||||