Explorar el Código

:tada: 优化fullscreen参数

smallchill hace 7 años
padre
commit
927e9ddfe0

+ 1 - 1
src/views/flow/manager.vue

@@ -57,7 +57,7 @@
     </avue-crud>
     <el-dialog title="流程图"
                :visible.sync="flowBox"
-               fullscreen=true>
+               :fullscreen="true">
       <iframe
         :src=flowUrl
         width="100%"

+ 1 - 1
src/views/flow/model.vue

@@ -62,7 +62,7 @@
     </avue-crud>
     <el-dialog title="流程配置"
                :visible.sync="flowBox"
-               fullscreen=true>
+               :fullscreen="true">
       <iframe
         :src=flowUrl
         width="100%"

+ 1 - 1
src/views/work/claim.vue

@@ -39,7 +39,7 @@
     </avue-crud>
     <el-dialog title="流程图"
                :visible.sync="flowBox"
-               fullscreen=true>
+               :fullscreen="true">
       <iframe
         :src=flowUrl
         width="100%"

+ 1 - 1
src/views/work/done.vue

@@ -32,7 +32,7 @@
     </avue-crud>
     <el-dialog title="流程图"
                :visible.sync="flowBox"
-               fullscreen=true>
+               :fullscreen="true">
       <iframe
         :src=flowUrl
         width="100%"

+ 1 - 1
src/views/work/send.vue

@@ -36,7 +36,7 @@
     </avue-crud>
     <el-dialog title="流程图"
                :visible.sync="flowBox"
-               fullscreen=true>
+               :fullscreen="true">
       <iframe
         :src=flowUrl
         width="100%"

+ 1 - 1
src/views/work/start.vue

@@ -40,7 +40,7 @@
     </avue-crud>
     <el-dialog title="流程图"
                :visible.sync="flowBox"
-               fullscreen=true>
+               :fullscreen="true">
       <iframe
         :src=flowUrl
         width="100%"

+ 1 - 1
src/views/work/todo.vue

@@ -39,7 +39,7 @@
     </avue-crud>
     <el-dialog title="流程图"
                :visible.sync="flowBox"
-               fullscreen=true>
+               :fullscreen="true">
       <iframe
         :src=flowUrl
         width="100%"