Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
14392d97
Commit
14392d97
authored
Apr 17, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dialog添加append-to-body属性,防止ie遮罩
parent
ec98648e
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
20 additions
and
20 deletions
+20
-20
ruoyi-ui/src/views/monitor/job/index.vue
ruoyi-ui/src/views/monitor/job/index.vue
+2
-2
ruoyi-ui/src/views/monitor/job/log.vue
ruoyi-ui/src/views/monitor/job/log.vue
+1
-1
ruoyi-ui/src/views/monitor/operlog/index.vue
ruoyi-ui/src/views/monitor/operlog/index.vue
+1
-1
ruoyi-ui/src/views/system/config/index.vue
ruoyi-ui/src/views/system/config/index.vue
+1
-1
ruoyi-ui/src/views/system/dept/index.vue
ruoyi-ui/src/views/system/dept/index.vue
+1
-1
ruoyi-ui/src/views/system/dict/data.vue
ruoyi-ui/src/views/system/dict/data.vue
+1
-1
ruoyi-ui/src/views/system/dict/index.vue
ruoyi-ui/src/views/system/dict/index.vue
+1
-1
ruoyi-ui/src/views/system/menu/index.vue
ruoyi-ui/src/views/system/menu/index.vue
+1
-1
ruoyi-ui/src/views/system/notice/index.vue
ruoyi-ui/src/views/system/notice/index.vue
+1
-1
ruoyi-ui/src/views/system/post/index.vue
ruoyi-ui/src/views/system/post/index.vue
+1
-1
ruoyi-ui/src/views/system/role/index.vue
ruoyi-ui/src/views/system/role/index.vue
+2
-2
ruoyi-ui/src/views/system/user/index.vue
ruoyi-ui/src/views/system/user/index.vue
+2
-2
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
+1
-1
ruoyi-ui/src/views/tool/gen/importTable.vue
ruoyi-ui/src/views/tool/gen/importTable.vue
+1
-1
ruoyi-ui/src/views/tool/gen/index.vue
ruoyi-ui/src/views/tool/gen/index.vue
+1
-1
ruoyi/src/main/resources/vm/vue/index-tree.vue.vm
ruoyi/src/main/resources/vm/vue/index-tree.vue.vm
+1
-1
ruoyi/src/main/resources/vm/vue/index.vue.vm
ruoyi/src/main/resources/vm/vue/index.vue.vm
+1
-1
No files found.
ruoyi-ui/src/views/monitor/job/index.vue
View file @
14392d97
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
/>
/>
<!-- 添加或修改定时任务对话框 -->
<!-- 添加或修改定时任务对话框 -->
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"700px"
>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"700px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"100px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"100px"
>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
</el-dialog>
</el-dialog>
<!-- 任务日志详细 -->
<!-- 任务日志详细 -->
<el-dialog
title=
"任务详细"
:visible.sync=
"openView"
width=
"700px"
>
<el-dialog
title=
"任务详细"
:visible.sync=
"openView"
width=
"700px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"120px"
size=
"mini"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"120px"
size=
"mini"
>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
...
ruoyi-ui/src/views/monitor/job/log.vue
View file @
14392d97
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
/>
/>
<!-- 调度日志详细 -->
<!-- 调度日志详细 -->
<el-dialog
title=
"调度日志详细"
:visible.sync=
"open"
width=
"700px"
>
<el-dialog
title=
"调度日志详细"
:visible.sync=
"open"
width=
"700px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"100px"
size=
"mini"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"100px"
size=
"mini"
>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
...
ruoyi-ui/src/views/monitor/operlog/index.vue
View file @
14392d97
...
@@ -139,7 +139,7 @@
...
@@ -139,7 +139,7 @@
/>
/>
<!-- 操作日志详细 -->
<!-- 操作日志详细 -->
<el-dialog
title=
"操作日志详细"
:visible.sync=
"open"
width=
"700px"
>
<el-dialog
title=
"操作日志详细"
:visible.sync=
"open"
width=
"700px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"100px"
size=
"mini"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"100px"
size=
"mini"
>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
...
ruoyi-ui/src/views/system/config/index.vue
View file @
14392d97
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
/>
/>
<!-- 添加或修改参数配置对话框 -->
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"500px"
>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"500px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"参数名称"
prop=
"configName"
>
<el-form-item
label=
"参数名称"
prop=
"configName"
>
<el-input
v-model=
"form.configName"
placeholder=
"请输入参数名称"
/>
<el-input
v-model=
"form.configName"
placeholder=
"请输入参数名称"
/>
...
...
ruoyi-ui/src/views/system/dept/index.vue
View file @
14392d97
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
</el-table>
</el-table>
<!-- 添加或修改部门对话框 -->
<!-- 添加或修改部门对话框 -->
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"600px"
>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"600px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-row>
<el-row>
<el-col
:span=
"24"
v-if=
"form.parentId !== 0"
>
<el-col
:span=
"24"
v-if=
"form.parentId !== 0"
>
...
...
ruoyi-ui/src/views/system/dict/data.vue
View file @
14392d97
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
/>
/>
<!-- 添加或修改参数配置对话框 -->
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"500px"
>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"500px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"字典类型"
>
<el-form-item
label=
"字典类型"
>
<el-input
v-model=
"form.dictType"
:disabled=
"true"
/>
<el-input
v-model=
"form.dictType"
:disabled=
"true"
/>
...
...
ruoyi-ui/src/views/system/dict/index.vue
View file @
14392d97
...
@@ -143,7 +143,7 @@
...
@@ -143,7 +143,7 @@
/>
/>
<!-- 添加或修改参数配置对话框 -->
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"500px"
>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"500px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"字典名称"
prop=
"dictName"
>
<el-form-item
label=
"字典名称"
prop=
"dictName"
>
<el-input
v-model=
"form.dictName"
placeholder=
"请输入字典名称"
/>
<el-input
v-model=
"form.dictName"
placeholder=
"请输入字典名称"
/>
...
...
ruoyi-ui/src/views/system/menu/index.vue
View file @
14392d97
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
</el-table>
</el-table>
<!-- 添加或修改菜单对话框 -->
<!-- 添加或修改菜单对话框 -->
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"600px"
>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"600px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-row>
<el-row>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
...
...
ruoyi-ui/src/views/system/notice/index.vue
View file @
14392d97
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
/>
/>
<!--
添加或修改公告对话框
-->
<!--
添加或修改公告对话框
-->
<
el
-
dialog
:
title
=
"
title
"
:
visible
.
sync
=
"
open
"
width
=
"
780px
"
>
<
el
-
dialog
:
title
=
"
title
"
:
visible
.
sync
=
"
open
"
width
=
"
780px
"
append
-
to
-
body
>
<
el
-
form
ref
=
"
form
"
:
model
=
"
form
"
:
rules
=
"
rules
"
label
-
width
=
"
80px
"
>
<
el
-
form
ref
=
"
form
"
:
model
=
"
form
"
:
rules
=
"
rules
"
label
-
width
=
"
80px
"
>
<
el
-
row
>
<
el
-
row
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
col
:
span
=
"
12
"
>
...
...
ruoyi-ui/src/views/system/post/index.vue
View file @
14392d97
...
@@ -117,7 +117,7 @@
...
@@ -117,7 +117,7 @@
/>
/>
<!-- 添加或修改岗位对话框 -->
<!-- 添加或修改岗位对话框 -->
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"500px"
>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"500px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"岗位名称"
prop=
"postName"
>
<el-form-item
label=
"岗位名称"
prop=
"postName"
>
<el-input
v-model=
"form.postName"
placeholder=
"请输入岗位名称"
/>
<el-input
v-model=
"form.postName"
placeholder=
"请输入岗位名称"
/>
...
...
ruoyi-ui/src/views/system/role/index.vue
View file @
14392d97
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
/>
/>
<!-- 添加或修改角色配置对话框 -->
<!-- 添加或修改角色配置对话框 -->
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"500px"
>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"500px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"角色名称"
prop=
"roleName"
>
<el-form-item
label=
"角色名称"
prop=
"roleName"
>
<el-input
v-model=
"form.roleName"
placeholder=
"请输入角色名称"
/>
<el-input
v-model=
"form.roleName"
placeholder=
"请输入角色名称"
/>
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
</el-dialog>
</el-dialog>
<!-- 分配角色数据权限对话框 -->
<!-- 分配角色数据权限对话框 -->
<el-dialog
:title=
"title"
:visible.sync=
"openDataScope"
width=
"500px"
>
<el-dialog
:title=
"title"
:visible.sync=
"openDataScope"
width=
"500px"
append-to-body
>
<el-form
:model=
"form"
label-width=
"80px"
>
<el-form
:model=
"form"
label-width=
"80px"
>
<el-form-item
label=
"角色名称"
>
<el-form-item
label=
"角色名称"
>
<el-input
v-model=
"form.roleName"
:disabled=
"true"
/>
<el-input
v-model=
"form.roleName"
:disabled=
"true"
/>
...
...
ruoyi-ui/src/views/system/user/index.vue
View file @
14392d97
...
@@ -198,7 +198,7 @@
...
@@ -198,7 +198,7 @@
</el-row>
</el-row>
<!-- 添加或修改参数配置对话框 -->
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"600px"
>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"600px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
@@ -295,7 +295,7 @@
...
@@ -295,7 +295,7 @@
</el-dialog>
</el-dialog>
<!-- 用户导入对话框 -->
<!-- 用户导入对话框 -->
<el-dialog
:title=
"upload.title"
:visible.sync=
"upload.open"
width=
"400px"
>
<el-dialog
:title=
"upload.title"
:visible.sync=
"upload.open"
width=
"400px"
append-to-body
>
<el-upload
<el-upload
ref=
"upload"
ref=
"upload"
:limit=
"1"
:limit=
"1"
...
...
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
View file @
14392d97
<
template
>
<
template
>
<div>
<div>
<img
v-bind:src=
"options.img"
@
click=
"editCropper()"
title=
"点击上传头像"
class=
"img-circle img-lg"
/>
<img
v-bind:src=
"options.img"
@
click=
"editCropper()"
title=
"点击上传头像"
class=
"img-circle img-lg"
/>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"800px"
>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"800px"
append-to-body
>
<el-row>
<el-row>
<el-col
:xs=
"24"
:md=
"12"
:style=
"
{height: '350px'}">
<el-col
:xs=
"24"
:md=
"12"
:style=
"
{height: '350px'}">
<vue-cropper
<vue-cropper
...
...
ruoyi-ui/src/views/tool/gen/importTable.vue
View file @
14392d97
<
template
>
<
template
>
<!-- 导入表 -->
<!-- 导入表 -->
<el-dialog
title=
"导入表"
:visible.sync=
"visible"
width=
"800px"
top=
"5vh"
>
<el-dialog
title=
"导入表"
:visible.sync=
"visible"
width=
"800px"
top=
"5vh"
append-to-body
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form-item
label=
"表名称"
prop=
"tableName"
>
<el-form-item
label=
"表名称"
prop=
"tableName"
>
<el-input
<el-input
...
...
ruoyi-ui/src/views/tool/gen/index.vue
View file @
14392d97
...
@@ -145,7 +145,7 @@
...
@@ -145,7 +145,7 @@
@
pagination=
"getList"
@
pagination=
"getList"
/>
/>
<!-- 预览界面 -->
<!-- 预览界面 -->
<el-dialog
:title=
"preview.title"
:visible.sync=
"preview.open"
width=
"80%"
top=
"5vh"
>
<el-dialog
:title=
"preview.title"
:visible.sync=
"preview.open"
width=
"80%"
top=
"5vh"
append-to-body
>
<el-tabs
v-model=
"preview.activeName"
>
<el-tabs
v-model=
"preview.activeName"
>
<el-tab-pane
<el-tab-pane
v-for=
"(value, key) in preview.data"
v-for=
"(value, key) in preview.data"
...
...
ruoyi/src/main/resources/vm/vue/index-tree.vue.vm
View file @
14392d97
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
</el-table>
</el-table>
<!-- 添加或修改${functionName}对话框 -->
<!-- 添加或修改${functionName}对话框 -->
<el-dialog :title="title" :visible.sync="open" width="500px">
<el-dialog :title="title" :visible.sync="open" width="500px"
append-to-body
>
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
#foreach($column in $columns)
#foreach($column in $columns)
#set($field=$column.javaField)
#set($field=$column.javaField)
...
...
ruoyi/src/main/resources/vm/vue/index.vue.vm
View file @
14392d97
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
/>
/>
<!-- 添加或修改${functionName}对话框 -->
<!-- 添加或修改${functionName}对话框 -->
<el-dialog :title="title" :visible.sync="open" width="500px">
<el-dialog :title="title" :visible.sync="open" width="500px"
append-to-body
>
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
#foreach($column in $columns)
#foreach($column in $columns)
#set($field=$column.javaField)
#set($field=$column.javaField)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment