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 }}
| ||||