review:【antd】【bpm】打印功能
parent
b1b7934eb0
commit
e231a0a948
|
|
@ -515,5 +515,6 @@ defineExpose({ initData, validate });
|
|||
</Col>
|
||||
</Row>
|
||||
</FormItem>
|
||||
<!-- TODO @jason:这里有个 “自定义打印模板” -->
|
||||
</Form>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@ function getPrintTemplateHTML() {
|
|||
</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">
|
||||
<!-- TODO @jason:这里会告警呢 -->
|
||||
{{ formatDate(printData.processInstance.startTime) }}
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue