소스 검색

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

liujt 5 일 전
부모
커밋
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,
             fixed: 'left'
           },
+          {
+            prop: 'processInstanceNo',
+            label: '编号',
+            align: 'center',
+            showOverflowTooltip: true,
+            width: 100
+          },
           {
             prop: 'dictType',
             label: '分类',