review:【antd】【bpm】打印功能

This commit is contained in:
YunaiV
2025-11-09 17:36:01 +08:00
parent b1b7934eb0
commit e231a0a948
2 changed files with 2 additions and 0 deletions

View File

@@ -515,5 +515,6 @@ defineExpose({ initData, validate });
</Col> </Col>
</Row> </Row>
</FormItem> </FormItem>
<!-- TODO @jason这里有个 自定义打印模板 -->
</Form> </Form>
</template> </template>

View File

@@ -247,6 +247,7 @@ function getPrintTemplateHTML() {
</td> </td>
<td class="w-1/4 border border-gray-400 p-1.5">发起时间</td> <td class="w-1/4 border border-gray-400 p-1.5">发起时间</td>
<td class="w-1/4 border border-gray-400 p-1.5"> <td class="w-1/4 border border-gray-400 p-1.5">
<!-- TODO @jason这里会告警呢 -->
{{ formatDate(printData.processInstance.startTime) }} {{ formatDate(printData.processInstance.startTime) }}
</td> </td>
</tr> </tr>