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
09bd91ff
Commit
09bd91ff
authored
Jan 06, 2020
by
anxixi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目详情字段修改
parent
625eaf71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
viewproject.vue
src/views/innovatecompany/lreleaseproject/viewproject.vue
+5
-5
No files found.
src/views/innovatecompany/lreleaseproject/viewproject.vue
View file @
09bd91ff
...
...
@@ -4,8 +4,8 @@
<el-col
:span=
"20"
>
<el-row>
<el-col
:span=
"3"
>
<img
v-if=
"addData.companyLogoUrl"
:src=
"addData.companyLogoUrl"
alt=
"图片"
style=
"width: 90px;height: 90px;border-radius: 3px"
>
<img
v-if=
"!addData.companyLogoUrl"
src=
"../../../assets/img/index/project1.png"
style=
"width: 90px;height: 90px;border-radius: 3px"
alt=
"图片"
>
<img
v-if=
"addData.companyLogoUrl"
:src=
"addData.companyLogoUrl"
alt=
"图片"
style=
"
border: 1px solid #DCDFF1;
width: 90px;height: 90px;border-radius: 3px"
>
<img
v-if=
"!addData.companyLogoUrl"
src=
"../../../assets/img/index/project1.png"
style=
"
border: 1px solid #DCDFF1;
width: 90px;height: 90px;border-radius: 3px"
alt=
"图片"
>
</el-col>
<el-col
:span=
"18"
style=
"line-height: 31px"
>
<p><span
style=
"font-size: 18px;margin-right: 35px"
>
{{
addData
.
projectName
}}
</span>
...
...
@@ -38,7 +38,7 @@
</span>
</span>
<span
v-else
>
(
{{
addData
.
projectOtherNumberDTO
.
browseNumber
}}
)
(
{{
addData
.
projectOtherNumberDTO
.
browseNumber
Ex
}}
)
</span>
</p>
<p><i
class=
"el-icon-star-off"
></i>
...
...
@@ -51,7 +51,7 @@
</span>
</span>
<span
v-else
>
(
{{
addData
.
projectOtherNumberDTO
.
collectionNumber
}}
)
(
{{
addData
.
projectOtherNumberDTO
.
collectionNumber
Ex
}}
)
</span>
</p>
<p><i
class=
"el-icon-chat-square"
></i>
...
...
@@ -64,7 +64,7 @@
</span>
</span>
<span
v-else
>
(
{{
addData
.
projectOtherNumberDTO
.
communicationNumber
}}
)
(
{{
addData
.
projectOtherNumberDTO
.
communicationNumber
Ex
}}
)
</span>
</p>
</el-row>
...
...
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