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:"",