Merge remote-tracking branch 'origin/feature_dev_20230109_BTTZ' into feature_dev_20230109_BTTZ

This commit is contained in:
刘彦泽
2023-01-13 10:52:28 +08:00
@@ -104,7 +104,6 @@
title: this.$t('standard'), title: this.$t('standard'),
align: 'left', align: 'left',
dataIndex: 'serialNumber', dataIndex: 'serialNumber',
scopedSlots: { customRender: 'standard' },
ellipsis: true, ellipsis: true,
sorter:true, sorter:true,
width: 180 width: 180
@@ -114,13 +113,13 @@
align: 'left', align: 'left',
dataIndex: 'title', dataIndex: 'title',
ellipsis: true, ellipsis: true,
width: 180, width: 180
scopedSlots: { customRender: 'standard' }
}, },
{ {
title: this.$t('ProcessType'), title: this.$t('ProcessType'),
align: 'left', align: 'left',
dataIndex: 'flowType', dataIndex: 'flowType',
scopedSlots: { customRender: 'standard' },
ellipsis: true, ellipsis: true,
sorter:true, sorter:true,
width: 180 width: 180