review:【antd】【bpm】打印功能
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user