Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
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
front-end-dev
techbook
Commits
ef94da7c
Commit
ef94da7c
authored
Jan 14, 2021
by
zhangyanni
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
f7842759
5dacd614
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
App.vue
src/App.vue
+1
-0
industryReportDetail.vue
src/views/industryreportspage/industryReportDetail.vue
+2
-1
introductionbar.vue
src/views/peoplehomepage/introductionbar.vue
+2
-2
peoplehome.vue
src/views/peoplehomepage/peoplehome.vue
+1
-1
No files found.
src/App.vue
View file @
ef94da7c
...
...
@@ -91,6 +91,7 @@
rEmpId
:
data
.
rEmpId
,
rTargetType
:
data
.
rTargetType
,
empId
:
data
.
empId
,
otherEmpId
:
data
.
otherEmpId
},
curl
:
document
.
location
.
href
};
...
...
src/views/industryreportspage/industryReportDetail.vue
View file @
ef94da7c
...
...
@@ -104,7 +104,7 @@
this
.
$refs
.
login
.
isexpertVisible
();
return
}
globalMsg
.
$emit
(
'maidianfunc'
,({
type
:
'report-report-file-read'
,
reportId
:
this
.
$route
.
query
.
id
}));
api
.
getDownloadUrl
(
this
.
$route
.
query
.
id
,
state
).
then
(
response
=>
{
if
(
response
.
code
==
0
)
{
const
elink
=
document
.
createElement
(
'a'
);
...
...
@@ -146,6 +146,7 @@
},
},
mounted
()
{
globalMsg
.
$emit
(
'maidianfunc'
,({
type
:
'report-report-file-read'
,
reportId
:
this
.
$route
.
query
.
id
}));
this
.
getArticleDetail
();
}
}
...
...
src/views/peoplehomepage/introductionbar.vue
View file @
ef94da7c
...
...
@@ -69,9 +69,9 @@
{{
item
.
activityDTO
.
activityState
==
2
||
item
.
activityDTO
.
activityState
==
4
?
item
.
activityDTO
.
channelType
==
5
?
$t
(
'pubactivities.conduct'
):
$t
(
'activityInfo.applying'
):
item
.
activityDTO
.
activityState
==
3
?
$t
(
'activityInfo.applyEnd'
):
item
.
activityDTO
.
activityState
==
5
?
$t
(
'activityInfo.activityEnd'
):
''
}}
</i>
</p>
<div>
<div
@
click=
"openeventlive(item.activityDTO,item)"
>
<p
class=
"ellipsisFont2"
>
<span
class=
"event_hasLive"
@
click=
"openeventlive(item.activityDTO,item)"
v-if=
"item.activityDTO.hasLive == 1"
:style=
"item.activityDTO.baseLive.liveState == 1?'background: #FE9F2C':'background: #5d78ff;'"
>
<span
class=
"event_hasLive"
v-if=
"item.activityDTO.hasLive == 1"
:style=
"item.activityDTO.baseLive.liveState == 1?'background: #FE9F2C':'background: #5d78ff;'"
>
<i
class=
"iconfont icon-zhibo"
></i>
{{
item
.
activityDTO
.
baseLive
.
liveState
==
0
?
$t
(
'activityInfo.liveTitle'
):
item
.
activityDTO
.
baseLive
.
liveState
==
1
?
$t
(
'activityInfo.living'
):
item
.
activityDTO
.
baseLive
.
liveState
==
2
&&
item
.
activityDTO
.
baseLive
.
liveBack
==
0
?
$t
(
'activityInfo.liveBack'
):
$t
(
'activityInfo.liveTitle'
)
}}
</span>
...
...
src/views/peoplehomepage/peoplehome.vue
View file @
ef94da7c
...
...
@@ -591,7 +591,7 @@
this
.
$router
.
push
({
path
:
"/circleList"
});
return
}
else
{
globalMsg
.
$emit
(
'maidianfunc'
,({
type
:
'report-emp-detail'
,
e
mpId
:
this
.
$route
.
query
.
id
?
this
.
$route
.
query
.
id
:
this
.
userInfo
.
empId
}));
globalMsg
.
$emit
(
'maidianfunc'
,({
type
:
'report-emp-detail'
,
otherE
mpId
:
this
.
$route
.
query
.
id
?
this
.
$route
.
query
.
id
:
this
.
userInfo
.
empId
}));
if
(
this
.
isTrans
){
this
.
isrouterType
(
this
.
$route
.
path
);
}
else
{
...
...
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