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
f1fba9e8
Commit
f1fba9e8
authored
Feb 03, 2021
by
zhangyanni
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
071f50e8
8d9edd03
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
contentarticle.vue
src/views/conmanagementpage/contentarticle.vue
+1
-1
intentionbar.vue
src/views/innovatecompany/acceptintention/intentionbar.vue
+2
-2
viewproject.vue
src/views/innovatecompany/lreleaseproject/viewproject.vue
+3
-3
addspecial.vue
src/views/specialactivity/addspecial.vue
+1
-1
topicdetail.vue
src/views/topicpage/topicdetail.vue
+3
-3
No files found.
src/views/conmanagementpage/contentarticle.vue
View file @
f1fba9e8
...
@@ -190,7 +190,7 @@
...
@@ -190,7 +190,7 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"empLogo"
label=
"专家头像"
align=
"center"
>
<el-table-column
prop=
"empLogo"
label=
"专家头像"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<img
:src=
"scope.row.empLogo"
style=
"width: 40px;height: 40px;border-radius: 50%"
>
<img
:src=
"scope.row.empLogo
?scope.row.empLogo:require('../../assets/img/defaultlogo.png')
"
style=
"width: 40px;height: 40px;border-radius: 50%"
>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('listjson.action')"
width=
"80"
align=
'center'
>
<el-table-column
:label=
"$t('listjson.action')"
width=
"80"
align=
'center'
>
...
...
src/views/innovatecompany/acceptintention/intentionbar.vue
View file @
f1fba9e8
...
@@ -189,10 +189,10 @@
...
@@ -189,10 +189,10 @@
this
.
stateData
.
projectId
=
this
.
projectId
;
this
.
stateData
.
projectId
=
this
.
projectId
;
if
(
this
.
publicFun
.
isgetUserRoleFunc
(
2
)
&&
this
.
publicFun
.
isgetUserRoleFunc
(
5
)){
if
(
this
.
publicFun
.
isgetUserRoleFunc
(
2
)
&&
this
.
publicFun
.
isgetUserRoleFunc
(
5
)){
this
.
isempinfo
=
true
;
this
.
isempinfo
=
true
;
this
.
isempurl
=
'/business/purpose/getRequirementsBelongProject'
;
//
this.isempurl = '/business/purpose/getRequirementsBelongProject';
}
else
{
}
else
{
this
.
isempinfo
=
false
;
this
.
isempinfo
=
false
;
this
.
isempurl
=
'/business/purpose/getPurposeRequirementList'
;
//
this.isempurl = '/business/purpose/getPurposeRequirementList';
}
}
this
.
add
();
this
.
add
();
}
}
...
...
src/views/innovatecompany/lreleaseproject/viewproject.vue
View file @
f1fba9e8
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
<el-row>
<el-row>
<p
v-if=
"authenticationState=='AS02'&&addData.projectCreatedBy"
style=
"margin: 20px 30px 0 30px;height: 40px;line-height: 40px;text-align: center;background:#FFF8EF;border-radius:3px;border:1px solid #FF9E29;color: #FF9E29"
>
{{
$t
(
"listproject.statereview"
)
}}
</p>
<p
v-if=
"authenticationState=='AS02'&&addData.projectCreatedBy"
style=
"margin: 20px 30px 0 30px;height: 40px;line-height: 40px;text-align: center;background:#FFF8EF;border-radius:3px;border:1px solid #FF9E29;color: #FF9E29"
>
{{
$t
(
"listproject.statereview"
)
}}
</p>
<!--
<p
v-if=
"!isbtntype&&!addData.projectCreatedBy&&!isempinfo"
style=
"margin: 20px 30px 0 30px;height: 40px;line-height: 40px;text-align: center;background:#FFF8EF;border-radius:3px;border:1px solid #FF9E29;color: #FF9E29"
>
{{
$t
(
"Otherjson.Customer"
)
}}
</p>
-->
<!--
<p
v-if=
"!isbtntype&&!addData.projectCreatedBy&&!isempinfo"
style=
"margin: 20px 30px 0 30px;height: 40px;line-height: 40px;text-align: center;background:#FFF8EF;border-radius:3px;border:1px solid #FF9E29;color: #FF9E29"
>
{{
$t
(
"Otherjson.Customer"
)
}}
</p>
-->
<p
v-if=
"(authenticationState=='AS04'||
authenticationState=='AS06'
)&&addData.projectCreatedBy"
style=
"margin: 20px 30px 0 30px;padding: 0 20px; line-height: 30px;text-align: left;background:#FFEFEF;border-radius:3px;border:1px solid #FF5D5D;color: #FF5D5D"
>
{{
authenticationState
==
'AS06'
?
$t
(
"listproject.staterefuse06"
):
$t
(
"listproject.staterefuse"
)
}}
<span>
{{
authContent
}}
</span></p>
<p
v-if=
"(authenticationState=='AS04'||
(authenticationState=='AS06'&& publicFun.isgetUserRoleFunc(5))
)&&addData.projectCreatedBy"
style=
"margin: 20px 30px 0 30px;padding: 0 20px; line-height: 30px;text-align: left;background:#FFEFEF;border-radius:3px;border:1px solid #FF5D5D;color: #FF5D5D"
>
{{
authenticationState
==
'AS06'
?
$t
(
"listproject.staterefuse06"
):
$t
(
"listproject.staterefuse"
)
}}
<span>
{{
authContent
}}
</span></p>
<!--
<p
v-if=
"auditgo&&addData.projectCreatedBy"
style=
"margin: 20px 30px 0 30px;height: 40px;line-height: 40px;text-align: center;background:#FFEFEF;border-radius:3px;border:1px solid #FF5D5D;color: #FF5D5D"
>
{{
$t
(
"listproject.statenotcertified"
)
}}
<span
@
click=
"$router.push('/editAuth')"
style=
"text-decoration:underline;cursor:pointer"
>
{{
$t
(
"listproject.gocertified"
)
}}
</span></p>
-->
<!--
<p
v-if=
"auditgo&&addData.projectCreatedBy"
style=
"margin: 20px 30px 0 30px;height: 40px;line-height: 40px;text-align: center;background:#FFEFEF;border-radius:3px;border:1px solid #FF5D5D;color: #FF5D5D"
>
{{
$t
(
"listproject.statenotcertified"
)
}}
<span
@
click=
"$router.push('/editAuth')"
style=
"text-decoration:underline;cursor:pointer"
>
{{
$t
(
"listproject.gocertified"
)
}}
</span></p>
-->
</el-row>
</el-row>
<div
class=
"contentsy"
id=
"anchor-0"
>
<div
class=
"contentsy"
id=
"anchor-0"
>
...
@@ -355,7 +355,7 @@
...
@@ -355,7 +355,7 @@
</el-row>
</el-row>
<el-row>
<el-row>
<p
v-if=
"authenticationState=='AS02'&&addData.projectCreatedBy"
style=
"margin: 20px 30px 0 30px;height: 40px;line-height: 40px;text-align: center;background:#FFF8EF;border-radius:3px;border:1px solid #FF9E29;color: #FF9E29"
>
{{$t("listproject.statereview")}}
</p>
<p
v-if=
"authenticationState=='AS02'&&addData.projectCreatedBy"
style=
"margin: 20px 30px 0 30px;height: 40px;line-height: 40px;text-align: center;background:#FFF8EF;border-radius:3px;border:1px solid #FF9E29;color: #FF9E29"
>
{{$t("listproject.statereview")}}
</p>
<p
v-if=
"(authenticationState=='AS04'||
authenticationState=='AS06')&&addData.projectCreatedBy"
style=
"margin: 20px 30px 0 30px;padding: 0 20px; line-height: 30px;text-align: left;background:#FFEFEF;border-radius:3px;border:1px solid #FF5D5D;color: #FF5D5D"
>
{{
$t("listproject.staterefuse")}}
<span>
{{authContent}}
</span></p>
<p
v-if=
"(authenticationState=='AS04'||
(authenticationState=='AS06')&&publicFun.isgetUserRoleFunc(5))&&addData.projectCreatedBy"
style=
"margin: 20px 30px 0 30px;padding: 0 20px; line-height: 30px;text-align: left;background:#FFEFEF;border-radius:3px;border:1px solid #FF5D5D;color: #FF5D5D"
>
{{authenticationState=='AS06'?$t("listproject.staterefuse06"):
$t("listproject.staterefuse")}}
<span>
{{authContent}}
</span></p>
<p
v-if=
"auditgo&&addData.projectCreatedBy"
style=
"margin: 20px 30px 0 30px;height: 40px;line-height: 40px;text-align: center;background:#FFEFEF;border-radius:3px;border:1px solid #FF5D5D;color: #FF5D5D"
>
{{$t("listproject.statenotcertified")}}
<span
@
click=
"$router.push('/editAuth')"
style=
"text-decoration:underline;cursor:pointer"
>
{{$t("listproject.gocertified")}}
</span></p>
<p
v-if=
"auditgo&&addData.projectCreatedBy"
style=
"margin: 20px 30px 0 30px;height: 40px;line-height: 40px;text-align: center;background:#FFEFEF;border-radius:3px;border:1px solid #FF5D5D;color: #FF5D5D"
>
{{$t("listproject.statenotcertified")}}
<span
@
click=
"$router.push('/editAuth')"
style=
"text-decoration:underline;cursor:pointer"
>
{{$t("listproject.gocertified")}}
</span></p>
</el-row>
</el-row>
<div
class=
"contentsy"
id=
"anchor-00"
>
<div
class=
"contentsy"
id=
"anchor-00"
>
...
@@ -791,7 +791,7 @@
...
@@ -791,7 +791,7 @@
projectByIdData
(){
projectByIdData
(){
api
.
selectProjectById
(
this
.
$route
.
query
.
projectId
).
then
(
response
=>
{
api
.
selectProjectById
(
this
.
$route
.
query
.
projectId
).
then
(
response
=>
{
if
(
response
.
code
==
0
)
{
if
(
response
.
code
==
0
)
{
if
(
response
.
result
.
authenticationState
==
"AS03"
||
response
.
result
.
projectCreatedBy
){
if
(
response
.
result
.
authenticationState
==
"AS03"
||
response
.
result
.
authenticationState
==
"AS06"
||
response
.
result
.
projectCreatedBy
){
window
.
addEventListener
(
'scroll'
,
this
.
menu
);
window
.
addEventListener
(
'scroll'
,
this
.
menu
);
this
.
addData
=
response
.
result
;
this
.
addData
=
response
.
result
;
if
(
response
.
result
.
projectOtherNumberDTO
){
if
(
response
.
result
.
projectOtherNumberDTO
){
...
...
src/views/specialactivity/addspecial.vue
View file @
f1fba9e8
...
@@ -216,7 +216,7 @@
...
@@ -216,7 +216,7 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"empLogo"
label=
"专家头像"
align=
"center"
width=
"80"
>
<el-table-column
prop=
"empLogo"
label=
"专家头像"
align=
"center"
width=
"80"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<img
:src=
"scope.row.empLogo"
style=
"width: 40px;height: 40px;border-radius: 50%"
>
<img
:src=
"scope.row.empLogo
?scope.row.empLogo:require('../../assets/img/defaultlogo.png')
"
style=
"width: 40px;height: 40px;border-radius: 50%"
>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('listjson.action')"
width=
"100"
align=
'center'
>
<el-table-column
:label=
"$t('listjson.action')"
width=
"100"
align=
'center'
>
...
...
src/views/topicpage/topicdetail.vue
View file @
f1fba9e8
...
@@ -476,7 +476,7 @@
...
@@ -476,7 +476,7 @@
<div
class=
"gendisplay"
style=
"padding: 20px 20px 0 20px;"
>
<div
class=
"gendisplay"
style=
"padding: 20px 20px 0 20px;"
>
<div
style=
"position: relative;"
>
<div
style=
"position: relative;"
>
<img
@
click=
"tohome(contentdata.baseModeratorList[0].empId)"
v-if=
"contentdata.baseModeratorList[0].empLogo"
:src=
"contentdata.baseModeratorList[0].empLogo"
style=
"border-radius: 50%; border:1px solid #DCDFF1; width: 60px;height: 60px;"
>
<img
@
click=
"tohome(contentdata.baseModeratorList[0].empId)"
v-if=
"contentdata.baseModeratorList[0].empLogo"
:src=
"contentdata.baseModeratorList[0].empLogo"
style=
"border-radius: 50%; border:1px solid #DCDFF1; width: 60px;height: 60px;"
>
<img
v-else
src=
"../../assets/img/defaultlogo.png"
style=
"border-radius: 50%; border:1px solid #DCDFF1; width: 60px;height: 60px;"
>
<img
@
click=
"tohome(contentdata.baseModeratorList[0].empId)"
v-else
src=
"../../assets/img/defaultlogo.png"
style=
"border-radius: 50%; border:1px solid #DCDFF1; width: 60px;height: 60px;"
>
<img
src=
"../../assets/img/mobile/moderator.png"
alt=
""
style=
"position: absolute;right: 3px;top: 47px;width: 15px;"
>
<img
src=
"../../assets/img/mobile/moderator.png"
alt=
""
style=
"position: absolute;right: 3px;top: 47px;width: 15px;"
>
</div>
</div>
<div
style=
"margin: 10px 0 0 15px;"
>
<div
style=
"margin: 10px 0 0 15px;"
>
...
@@ -507,9 +507,9 @@
...
@@ -507,9 +507,9 @@
<div
style=
"margin:0 30px 20px 0;"
>
<div
style=
"margin:0 30px 20px 0;"
>
<div
v-for=
"(item,index) in professorlist"
:key=
"index"
>
<div
v-for=
"(item,index) in professorlist"
:key=
"index"
>
<div
class=
"gendisplay"
style=
"padding: 20px 20px 0 20px;"
>
<div
class=
"gendisplay"
style=
"padding: 20px 20px 0 20px;"
>
<div
style=
"position: relative;"
>
<div
style=
"position: relative;
cursor: pointer;
"
>
<img
@
click=
"tohome(item.empId)"
v-if=
"item.empLogo"
:src=
"item.empLogo"
style=
"border-radius: 50%; border:1px solid #DCDFF1; width: 60px;height: 60px;"
>
<img
@
click=
"tohome(item.empId)"
v-if=
"item.empLogo"
:src=
"item.empLogo"
style=
"border-radius: 50%; border:1px solid #DCDFF1; width: 60px;height: 60px;"
>
<img
v-else
src=
"../../assets/img/defaultlogo.png"
style=
"border-radius: 50%; border:1px solid #DCDFF1; width: 60px;height: 60px;"
>
<img
@
click=
"tohome(item.empId)"
v-else
src=
"../../assets/img/defaultlogo.png"
style=
"border-radius: 50%; border:1px solid #DCDFF1; width: 60px;height: 60px;"
>
<img
src=
"../../assets/img/proFeedBack/vip.png"
alt=
""
style=
"position: absolute;right: 3px;bottom: 0px;width: 15px;"
>
<img
src=
"../../assets/img/proFeedBack/vip.png"
alt=
""
style=
"position: absolute;right: 3px;bottom: 0px;width: 15px;"
>
</div>
</div>
<div
style=
"margin: 10px 0 0 15px;"
>
<div
style=
"margin: 10px 0 0 15px;"
>
...
...
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