review:【antd】【bpm】打印功能
This commit is contained in:
@@ -515,5 +515,6 @@ defineExpose({ initData, validate });
|
|||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
<!-- TODO @jason:这里有个 “自定义打印模板” -->
|
||||||
</Form>
|
</Form>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user