Просмотр исходного кода

feat: 行政审批列表增加编号字段

liujt 5 дней назад
Родитель
Сommit
2e0303d2a2
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      src/views/bpm/collaborative/index.vue

+ 7 - 0
src/views/bpm/collaborative/index.vue

@@ -457,6 +457,13 @@
             showOverflowTooltip: true,
             showOverflowTooltip: true,
             fixed: 'left'
             fixed: 'left'
           },
           },
+          {
+            prop: 'processInstanceNo',
+            label: '编号',
+            align: 'center',
+            showOverflowTooltip: true,
+            width: 100
+          },
           {
           {
             prop: 'dictType',
             prop: 'dictType',
             label: '分类',
             label: '分类',