兼容最新版ele

pull/59/head
smallchill 6 years ago
parent 5c6eba4354
commit 5a072a6f25
  1. 1
      src/page/index/top/top-theme.vue
  2. 1
      src/views/authority/role.vue
  3. 1
      src/views/flow/follow.vue
  4. 2
      src/views/flow/manager.vue
  5. 2
      src/views/flow/model.vue
  6. 1
      src/views/system/topmenu.vue
  7. 1
      src/views/work/claim.vue
  8. 1
      src/views/work/done.vue
  9. 1
      src/views/work/send.vue
  10. 1
      src/views/work/start.vue
  11. 1
      src/views/work/todo.vue

@ -1,6 +1,7 @@
<template> <template>
<div> <div>
<el-dialog title="选择" <el-dialog title="选择"
append-to-body
:visible.sync="box" :visible.sync="box"
width="50%"> width="50%">
<el-radio-group v-model="text" <el-radio-group v-model="text"

@ -31,6 +31,7 @@
</template> </template>
</avue-crud> </avue-crud>
<el-dialog title="角色权限配置" <el-dialog title="角色权限配置"
append-to-body
:visible.sync="box" :visible.sync="box"
width="345px"> width="345px">
<el-tabs type="border-card"> <el-tabs type="border-card">

@ -20,6 +20,7 @@
</template> </template>
</avue-crud> </avue-crud>
<el-dialog title="流程删除" <el-dialog title="流程删除"
append-to-body
:visible.sync="followBox" :visible.sync="followBox"
width="20%"> width="20%">
<el-form :model="form" <el-form :model="form"

@ -59,6 +59,7 @@
</template> </template>
</avue-crud> </avue-crud>
<el-dialog title="流程图" <el-dialog title="流程图"
append-to-body
:visible.sync="flowBox" :visible.sync="flowBox"
:fullscreen="true"> :fullscreen="true">
<iframe <iframe
@ -79,6 +80,7 @@
</span> </span>
</el-dialog> </el-dialog>
<el-dialog title="流程变更" <el-dialog title="流程变更"
append-to-body
:visible.sync="stateBox" :visible.sync="stateBox"
width="20%"> width="20%">
<el-form :model="form" <el-form :model="form"

@ -64,6 +64,7 @@
</template> </template>
</avue-crud> </avue-crud>
<el-dialog title="流程配置" <el-dialog title="流程配置"
append-to-body
:visible.sync="flowBox" :visible.sync="flowBox"
:fullscreen="true"> :fullscreen="true">
<iframe <iframe
@ -86,6 +87,7 @@
</span> </span>
</el-dialog> </el-dialog>
<el-dialog title="流程部署" <el-dialog title="流程部署"
append-to-body
:visible.sync="deployBox" :visible.sync="deployBox"
width="20%"> width="20%">
<el-form :model="form" <el-form :model="form"

@ -40,6 +40,7 @@
</template> </template>
</avue-crud> </avue-crud>
<el-dialog title="下级菜单配置" <el-dialog title="下级菜单配置"
append-to-body
:visible.sync="box" :visible.sync="box"
width="345px"> width="345px">

@ -41,6 +41,7 @@
</template> </template>
</avue-crud> </avue-crud>
<el-dialog title="流程图" <el-dialog title="流程图"
append-to-body
:visible.sync="flowBox" :visible.sync="flowBox"
:fullscreen="true"> :fullscreen="true">
<iframe <iframe

@ -34,6 +34,7 @@
</template> </template>
</avue-crud> </avue-crud>
<el-dialog title="流程图" <el-dialog title="流程图"
append-to-body
:visible.sync="flowBox" :visible.sync="flowBox"
:fullscreen="true"> :fullscreen="true">
<iframe <iframe

@ -38,6 +38,7 @@
</template> </template>
</avue-crud> </avue-crud>
<el-dialog title="流程图" <el-dialog title="流程图"
append-to-body
:visible.sync="flowBox" :visible.sync="flowBox"
:fullscreen="true"> :fullscreen="true">
<iframe <iframe

@ -42,6 +42,7 @@
</template> </template>
</avue-crud> </avue-crud>
<el-dialog title="流程图" <el-dialog title="流程图"
append-to-body
:visible.sync="flowBox" :visible.sync="flowBox"
:fullscreen="true"> :fullscreen="true">
<iframe <iframe

@ -41,6 +41,7 @@
</template> </template>
</avue-crud> </avue-crud>
<el-dialog title="流程图" <el-dialog title="流程图"
append-to-body
:visible.sync="flowBox" :visible.sync="flowBox"
:fullscreen="true"> :fullscreen="true">
<iframe <iframe

Loading…
Cancel
Save