瀏覽代碼

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: '分类',