微调
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-card v-loading="loading" class="box-card">
|
<el-card v-loading="loading" class="box-card">
|
||||||
<template #header>
|
|
||||||
<span class="el-icon-picture-outline">流程图</span>
|
|
||||||
</template>
|
|
||||||
<MyProcessViewer
|
<MyProcessViewer
|
||||||
key="designer"
|
key="designer"
|
||||||
:activityData="activityList"
|
:activityData="activityList"
|
||||||
|
|||||||
@@ -117,7 +117,6 @@
|
|||||||
/>
|
/>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
<el-tab-pane label="流程图" name="流程图">
|
<el-tab-pane label="流程图" name="流程图">
|
||||||
高亮流程图
|
|
||||||
<ProcessInstanceBpmnViewer
|
<ProcessInstanceBpmnViewer
|
||||||
ref="mapRef"
|
ref="mapRef"
|
||||||
:id="`${id}`"
|
:id="`${id}`"
|
||||||
|
|||||||
Reference in New Issue
Block a user