From c8a9898b4473a353950fe35af38d2a1406eed874 Mon Sep 17 00:00:00 2001 From: lb01 Date: Mon, 12 Dec 2022 15:41:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E5=AE=A1=E6=89=B9=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=83=A8=E9=97=A8=E5=92=8C=E5=8F=91=E8=B5=B7=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/nworkflow/myflow/list.vue | 79 ++++++++++++++++++- 1 file changed, 75 insertions(+), 4 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/list.vue index bfbed136e..03419f170 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/list.vue @@ -40,7 +40,11 @@ {{ item.F_Title || '(草稿 · 待编辑)' }} - {{ item.F_SchemeName }} + + {{ item.F_SchemeName }} + {{item.F_CreateUserName}} + {{ displayListItem(item, 'F_DepartmentId')}} + @@ -53,6 +57,12 @@ {{ tag.text }} + + + + + + @@ -84,7 +94,7 @@