未符合项 流程任务链接应在流程类型处

This commit is contained in:
zyx.net
2023-01-13 10:47:19 +08:00
parent 7398accaf1
commit 5d7ff5d238
@@ -104,7 +104,6 @@
title: this.$t('standard'),
align: 'left',
dataIndex: 'serialNumber',
scopedSlots: { customRender: 'standard' },
ellipsis: true,
sorter:true,
width: 180
@@ -114,13 +113,13 @@
align: 'left',
dataIndex: 'title',
ellipsis: true,
width: 180,
scopedSlots: { customRender: 'standard' }
width: 180
},
{
title: this.$t('ProcessType'),
align: 'left',
dataIndex: 'flowType',
scopedSlots: { customRender: 'standard' },
ellipsis: true,
sorter:true,
width: 180