Skip to content

Commit 21b6532

Browse files
committed
【功能优化】BPM:流程模型的列表,增加 type 字典
1 parent 20564ed commit 21b6532

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/views/bpm/model/CategoryDraggableModel.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@
113113
</el-text>
114114
</template>
115115
</el-table-column>
116+
<el-table-column label="流程类型" prop="modelType" min-width="120">
117+
<template #default="{ row }">
118+
<dict-tag :value="row.type" :type="DICT_TYPE.BPM_MODEL_TYPE" />
119+
</template>
120+
</el-table-column>
116121
<el-table-column label="表单信息" prop="formType" min-width="150">
117122
<template #default="scope">
118123
<el-button
@@ -260,6 +265,7 @@
260265
</template>
261266

262267
<script lang="ts" setup>
268+
import { DICT_TYPE } from '@/utils/dict'
263269
import { CategoryApi, CategoryVO } from '@/api/bpm/category'
264270
import Sortable from 'sortablejs'
265271
import { formatDate } from '@/utils/formatTime'

0 commit comments

Comments
 (0)