Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
Details
Activity
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
ximai
mes-pad
Commits
e5974890
Commit
e5974890
authored
Aug 22, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
外协
parent
4251ae03
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
10 deletions
+22
-10
TabHeader.vue
pages/index/TabHeader.vue
+22
-10
wx.png
static/icons/png/wx.png
+0
-0
No files found.
pages/index/TabHeader.vue
View file @
e5974890
...
@@ -51,8 +51,19 @@ export default {
...
@@ -51,8 +51,19 @@ export default {
data
()
{
data
()
{
return
{
return
{
curTab
:
'PRO'
,
curTab
:
'PRO'
,
proImg
:
require
(
'@/static/icons/png/pro.png'
),
proImg
:
require
(
'@/static/icons/png/pro.png'
)
tabList
:
[{
}
},
computed
:
{
tabList
()
{
if
(
this
.
vuex_workunit
&&
this
.
vuex_workunit
.
workunitName
===
'广州宝绅委外工作单元'
)
{
return
[{
path
:
'PRO'
,
title
:
'外协'
,
icon
:
require
(
'@/static/icons/png/wx.png'
)
}]
}
else
{
return
[{
path
:
'PRO'
,
path
:
'PRO'
,
title
:
'生产'
,
title
:
'生产'
,
icon
:
require
(
'@/static/icons/png/pro.png'
)
icon
:
require
(
'@/static/icons/png/pro.png'
)
...
@@ -62,6 +73,7 @@ export default {
...
@@ -62,6 +73,7 @@ export default {
icon
:
require
(
'@/static/icons/png/qc.png'
)
icon
:
require
(
'@/static/icons/png/qc.png'
)
}]
}]
}
}
}
},
},
created
()
{
created
()
{
uni
.
$on
(
'switchTab'
,
(
indexCode
)
=>
{
uni
.
$on
(
'switchTab'
,
(
indexCode
)
=>
{
...
...
static/icons/png/wx.png
0 → 100644
View file @
e5974890
136 KB
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