🎉 优化fullscreen参数

pull/59/head
smallchill 7 years ago
parent 911622ca14
commit 927e9ddfe0
  1. 2
      src/views/flow/manager.vue
  2. 2
      src/views/flow/model.vue
  3. 2
      src/views/work/claim.vue
  4. 2
      src/views/work/done.vue
  5. 2
      src/views/work/send.vue
  6. 2
      src/views/work/start.vue
  7. 2
      src/views/work/todo.vue

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

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

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

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

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

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

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

Loading…
Cancel
Save