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
cdaa347c
Commit
cdaa347c
authored
May 23, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
el-dropdown子项el-dropdown-menu确实引起项目元素混乱
parent
2b74130b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
19 deletions
+19
-19
header.vue
src/layout/components/header.vue
+16
-16
index.vue
src/views/system/user/index.vue
+3
-3
No files found.
src/layout/components/header.vue
View file @
cdaa347c
...
@@ -6,25 +6,25 @@
...
@@ -6,25 +6,25 @@
class=
"hamburger-container"
class=
"hamburger-container"
@
toggleClick=
"toggleSideBar"
@
toggleClick=
"toggleSideBar"
/>
/>
<el-dropdown
<!--
<el-dropdown-->
class=
"change-sys"
<!-- class="change-sys"-->
@
command=
"handleCommand"
<!-- @command="handleCommand"-->
>
<!-- >--
>
<!--
<span
class=
"el-dropdown-link"
>
-->
<!--
<span
class=
"el-dropdown-link"
>
-->
<!-- 业务中台
<i
class=
"el-icon-arrow-down el-icon--right"
/>
-->
<!-- 业务中台
<i
class=
"el-icon-arrow-down el-icon--right"
/>
-->
<!--
</span>
-->
<!--
</span>
-->
<el-dropdown-menu
<!--
<el-dropdown-menu-->
slot=
"dropdown"
<!-- slot="dropdown"-->
>
<!-- >--
>
<el-dropdown-item
<!--
<el-dropdown-item-->
v-for=
"(item) in appList"
<!-- v-for="(item) in appList"-->
:key=
"item.businessId"
<!-- :key="item.businessId"-->
:command=
"specialTag !== '1' ? item.pcUrl : ''"
<!-- :command="specialTag !== '1' ? item.pcUrl : ''"-->
>
<!-- >--
>
{{
item
.
system
}}
<!--
{{
item
.
system
}}
-->
</el-dropdown-item
>
<!--
</el-dropdown-item>
--
>
</el-dropdown-menu
>
<!--
</el-dropdown-menu>
--
>
</el-dropdown
>
<!--
</el-dropdown>
--
>
<span>
诺兰特(北京)
</span>
<span>
诺兰特(北京)
</span>
</div>
</div>
<div
class=
"right-menu"
>
<div
class=
"right-menu"
>
...
...
src/views/system/user/index.vue
View file @
cdaa347c
...
@@ -696,9 +696,9 @@ export default {
...
@@ -696,9 +696,9 @@ export default {
this
.
getDeptChild
()
this
.
getDeptChild
()
this
.
getList
()
this
.
getList
()
this
.
getTreeSelect
()
this
.
getTreeSelect
()
this
.
getConfigKey
(
'sys.user.initPassword'
).
then
(
response
=>
{
//
this.getConfigKey('sys.user.initPassword').then(response => {
this
.
initPassword
=
response
.
msg
//
this.initPassword = response.msg
})
//
})
},
},
methods
:
{
methods
:
{
handleCheckChange
(
data
)
{
handleCheckChange
(
data
)
{
...
...
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