From c5afc23437b37d717e892b16b23923907825d2cd Mon Sep 17 00:00:00 2001
From: helongyang <647556386@qq.com>
Date: 星期一, 13 十月 2025 23:09:20 +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