diff --git a/src/views/bpm/processInstance/detail/index.vue b/src/views/bpm/processInstance/detail/index.vue index c3f83cf06..fc32d2f42 100644 --- a/src/views/bpm/processInstance/detail/index.vue +++ b/src/views/bpm/processInstance/detail/index.vue @@ -8,7 +8,10 @@ :src="auditIconsMap[processInstance.status]" alt="" /> -
编号:{{ id }}
+
+
编号:{{ id }}
+ +
{{ processInstance.name }}
@@ -295,6 +298,10 @@ const refresh = () => { getDetail() } +const handlePrint = () => { + // TODO 打印 +} + /** 当前的Tab */ const activeTab = ref('form')