feat: 流程监控调整列表数据和样式,变更流程版本要显示所选得流程版本对应得数量
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user