|
@@ -29,7 +29,7 @@
|
|
|
justify-content: space-between;
|
|
|
">
|
|
|
<div class="name" style="font-size: 12px">
|
|
|
- {{ item.label }}
|
|
|
+ {{ item.deptName }}
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -60,7 +60,7 @@
|
|
|
justify-content: space-between;
|
|
|
">
|
|
|
<div class="name" style="font-size: 12px">
|
|
|
- {{ item.processAlias }}
|
|
|
+ {{ item.label }}
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|