feat: 流程监控调整列表数据和样式,变更流程版本要显示所选得流程版本对应得数量

This commit is contained in:
lvjunzhao
2025-04-25 15:00:44 +08:00
parent 57a1746cd9
commit 9379bc48d6
3 changed files with 55 additions and 15 deletions

View File

@ -19,7 +19,7 @@
>
<template #bodyCell="{ column, record }">
<template v-if="column.dataIndex === 'activityFlag'"
>{{ record.activityFlag == 1 ? t('当前版本') : '' }}
>{{ record.activityFlag == 1 ? t('新流程使用版本') : '' }}
</template>
<template v-if="column.dataIndex === 'operation'">
<div class="flex">