From 78ff61eb08b56464329aa75e6be2718c452a5518 Mon Sep 17 00:00:00 2001 From: long <18782126717@163.com> Date: Fri, 18 Nov 2022 10:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=81=E7=A8=8B=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/activiti/ProcessModelList.vue | 161 +++++++++++++----------- 1 file changed, 86 insertions(+), 75 deletions(-) diff --git a/src/views/activiti/ProcessModelList.vue b/src/views/activiti/ProcessModelList.vue index 33272e2..626cf4d 100644 --- a/src/views/activiti/ProcessModelList.vue +++ b/src/views/activiti/ProcessModelList.vue @@ -50,89 +50,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + 配置表单 + 删除 + @@ -329,6 +276,70 @@ data () { return { reportList:[], + columns: [ + { + title: '序号', width:50, + dataIndex: '', + key:'rowIndex', + align:"center", + customRender:function (t,r,index) { + return parseInt(index)+1; + } + }, + { + title: '流程名称', width:150, + align:"center", + dataIndex: 'name', + }, + /* { + title: '流程标识', width:150, + align:"center", + dataIndex: 'processKey', + scopedSlots: { customRender: 'processKey' }, + },*/ + { + title: '所属分类', width:150, + dataIndex: 'categoryId', + scopedSlots: { customRender: 'categoryId' }, + align:"center", + }, + { + title: '流程图片', width:250, + dataIndex: 'diagramName', + scopedSlots: { customRender: 'diagramName' }, + align:"center", + }, + { + title: '表单路由', width:150, + dataIndex: 'routeName', + align:"center", + scopedSlots: { customRender: 'routeName' }, + }, + { + title: '备注说明', width:150, + dataIndex: 'description', + align:"center", + scopedSlots: { customRender: 'description' }, + }, + { + title: '部署时间', width:150, + dataIndex: 'createTime', + align:"center", + }, + { + title: '更新时间', width:150, + dataIndex: 'updateTime', + align:"center", + // sorter:true + }, + { + title: '操作',width:250, + dataIndex: '', + scopedSlots: { customRender: 'make' }, + align:"center", + fixed:'right' + } + ], viewImage:false, viewTitle:"", diagramUrl:"",