From 5bf7960ca8bea4524036e5fc6014455970fd5956 Mon Sep 17 00:00:00 2001 From: long <18782126717@163.com> Date: Thu, 16 Feb 2023 17:13:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E6=B5=81=E7=A8=8B=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/activiti/applyHome.vue | 77 +++++++++++++++++++++++++++++++- 1 file changed, 75 insertions(+), 2 deletions(-) diff --git a/src/views/activiti/applyHome.vue b/src/views/activiti/applyHome.vue index ca22cc3..f5c7368 100644 --- a/src/views/activiti/applyHome.vue +++ b/src/views/activiti/applyHome.vue @@ -11,8 +11,64 @@ - - + + +
+ + + + {{item.name}} + + + +
+ +
+ +
+ + + + {{item.name}} + + + +
+ +
+ +
+ + + + {{item.name}} + + + +
+ +
+ +
+ + + + {{item.name}} + + + +
+ +
+
@@ -26,6 +82,20 @@
说明:{{item.description}}--> + +
+ + + + {{item.name}} + + + +
+ +
@@ -58,6 +128,7 @@ import JTreeSelect from '@/components/jeecg/JTreeSelect' import {initDictOptions, filterDictText} from '@/components/dict/JDictSelectUtil' import historicDetail from '@/views/activiti/historicDetail' + import hasPermission, { filterGlobalPermission, filterNodePermission } from '../../utils/hasPermission' export default { name: "applyHome", mixins:[activitiMixin], @@ -71,6 +142,7 @@ description: '所有', dictOptions:[], disableSubmit: false, + hasVaule:[], url: { getProcessDataList: "/activiti_process/listData", getFirstNode:'/actProcessIns/getFirstNode', @@ -195,6 +267,7 @@ this.getProcessList() }, chooseProcess(v) { + console.log(v) if (!v.routeName) { this.$message.warning( "该流程信息未配置表单,请联系开发人员!"