Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
NLT-e-cigarette
Commits
8e39fbf4
Commit
8e39fbf4
authored
Jun 20, 2022
by
zhangyichen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug 55769 用户导入的界面的显示不正确
parent
4f3b8b11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
index.vue
src/views/system/user/index.vue
+6
-3
No files found.
src/views/system/user/index.vue
View file @
8e39fbf4
...
...
@@ -510,7 +510,7 @@
</div>
</el-dialog>
<!-- 用户导入对话框 -->
<el-dialog
:close-on-click-modal=
"false"
:title=
"upload.title"
:visible
.
sync=
"upload.open"
width=
"
400px"
append-to-body
>
<el-dialog
:close-on-click-modal=
"false"
:title=
"upload.title"
:visible
.
sync=
"upload.open"
width=
"
520px"
:append-to-body=
"false"
>
<el-upload
accept=
".xlsx, .xls"
:headers=
"upload.headers"
...
...
@@ -533,9 +533,9 @@
</div>
<div
slot=
"tip"
class=
"el-upload__tip"
>
<!-- <el-checkbox v-model="upload.updateSupport" />是否更新已经存在的用户数据-->
<span
type=
"info"
style=
"font-size: 14px; color: #
6bc9f5;
cursor: pointer"
@
click=
"importTemplate"
>
下载模板
</span>
<span
type=
"info"
style=
"font-size: 14px; color: #
0A82D2;
cursor: pointer"
@
click=
"importTemplate"
>
下载模板
</span>
</div>
<div
slot=
"tip"
class=
"el-upload__tip"
style=
"color:
red
"
>
提示:仅允许导入“xls”或“xlsx”格式文件!
</div>
<div
slot=
"tip"
class=
"el-upload__tip"
style=
"color:
#333; margin-top: 16px;
"
>
提示:仅允许导入“xls”或“xlsx”格式文件!
</div>
</el-upload>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
class=
"resetBtn"
@
click=
"upload.open = false"
>
取 消 Cancel
</el-button>
...
...
@@ -1306,6 +1306,9 @@ export default {
.el-form-item__label-wrap
{
margin-left
:
0
!
important
;
}
.el-upload-dragger
{
width
:
480px
;
}
}
.userDialog
{
.labelHeight
{
...
...
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