From 06f5f3e474bb8d9e255a899b62d16f671cfdb940 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期四, 26 六月 2025 17:34:33 +0800 Subject: [PATCH] 代码更新 --- 代码管理/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/ViewGrid.vue | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/ViewGrid.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/ViewGrid.vue" index e4bbcd3..21dfb3c 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/ViewGrid.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/ViewGrid.vue" @@ -391,6 +391,15 @@ :selectable="detailSelectable" ></vol-table> </div> + + <!--鏄庣粏body鑷畾涔夌粍浠�--> + <component + :is="dynamicComponent.modelSpec" + ref="modelSpec" + @parentCall="parentCall" + ></component> + + <!--鏄庣粏footer鑷畾涔夌粍浠�--> <component :is="dynamicComponent.modelFooter" @@ -551,7 +560,8 @@ gridFooter: Empty, modelHeader: Empty, modelBody: Empty, - modelFooter: Empty + modelFooter: Empty, + modelSpec:Empty }; //鍚堝苟鎵╁睍缁勪欢 if (props.extend.components) { -- Gitblit v1.9.3