Browse Source

fix(弹窗): 为详情和跟踪弹窗添加模态框属性

yz 1 month ago
parent
commit
b3be23d0b8
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/views/shipment/status-query.vue

+ 8 - 0
src/views/shipment/status-query.vue

@@ -58,6 +58,10 @@
       :visible.sync="detailDialogVisible"
       width="80%"
       :close-on-click-modal="false"
+      :modal="true"
+      :modal-append-to-body="true"
+      :append-to-body="true"
+      :destroy-on-close="true"
     >
       <avue-crud
         :option="detailOption"
@@ -77,6 +81,10 @@
       :visible.sync="trackingDialogVisible"
       width="80%"
       :close-on-click-modal="false"
+      :modal="true"
+      :modal-append-to-body="true"
+      :append-to-body="true"
+      :destroy-on-close="true"
     >
       <avue-crud
         :option="trackingOption"