Browse Source

fix: 修改补充材料层级

shiyanyu 1 month ago
parent
commit
b045c46781
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/EntDeclaration/auditTaskManagement/taskFillIn.vue

+ 4 - 4
src/views/EntDeclaration/auditTaskManagement/taskFillIn.vue

@@ -4,7 +4,7 @@
     :size="drawerSize"
     :with-header="true"
     :modal="true"
-    style="z-index: 9000"
+    :z-index="9000"
     :close-on-click-modal="false"
     :show-close="true"
     @close="handleDrawerClose"
@@ -147,9 +147,9 @@
         title="补充材料"
         :visible.sync="materialDialogVisible"
         width="600px"
-        style="z-index: 10000"
+        :z-index="10000"
         :close-on-click-modal="false"
-        :modal="false"
+        :modal="true"
         append-to-body
       >
         <el-form
@@ -280,7 +280,7 @@
         :title="'选择模板'"
         :visible="costAuditDialogVisible"
         width="50%"
-        style="z-index: 11000"
+        :z-index="20000"
         :close-on-click-modal="false"
         :confirm-loading="costAuditSubmitting"
         @confirm="submitCostAuditTemplate"