From 890eef1b4240e0fcf8c6f2000e01f43e587702ef Mon Sep 17 00:00:00 2001 From: dangsn <dangsn@chicecm.com> Date: 星期二, 04 六月 2024 16:44:00 +0800 Subject: [PATCH] 调整项目的引用 --- Source/ProjectWeb/src/components/dynamic-components/index.vue | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Source/ProjectWeb/src/components/dynamic-components/index.vue b/Source/ProjectWeb/src/components/dynamic-components/index.vue index 7660ba1..54e1ff2 100644 --- a/Source/ProjectWeb/src/components/dynamic-components/index.vue +++ b/Source/ProjectWeb/src/components/dynamic-components/index.vue @@ -5,6 +5,7 @@ :key="areasName+'table-'+componentVO.oid" :inDialog="inDialog" :canEdit="canEdit" + :actionType="actionType" :componentVO="componentVO" :sourceData="sourceData" :sourceBtmType="sourceBtmType" @@ -22,6 +23,7 @@ :key="areasName+'form-'+componentVO.oid" :inDialog="inDialog" :canEdit="canEdit" + :actionType="actionType" :componentVO="componentVO" :sourceData="sourceData" :sourceBtmType="sourceBtmType" @@ -39,6 +41,7 @@ :key="areasName+'tree-'+componentVO.oid" :inDialog="inDialog" :canEdit="canEdit" + :actionType="actionType" :componentVO="componentVO" :sourceData="sourceData" :sourceBtmType="sourceBtmType" @@ -54,6 +57,7 @@ :uiContext="uiContext" :inDialog="inDialog" :canEdit="canEdit" + :actionType="actionType" :key="areasName+'custom-'+componentVO.oid" :componentVO="componentVO" :sourceData="sourceData" @@ -99,6 +103,10 @@ type:Boolean, default:false }, + actionType:{ + //鎸夐挳鎿嶄綔绫诲瀷 + default:"" + }, areasName:{ type:String, default:'' -- Gitblit v1.9.3