Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
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
张冬
web-site
Commits
5b871f41
Commit
5b871f41
authored
Oct 09, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化中标候选人
parent
2ce1ab07
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
8 deletions
+21
-8
news.vue
pages/index/message/news.vue
+1
-1
changedetails.vue
pages/index/notice/changedetails.vue
+20
-7
No files found.
pages/index/message/news.vue
View file @
5b871f41
...
...
@@ -97,7 +97,7 @@ import {
let
message
=
{}
message
.
cateId
=
keyValue
this
.
getListContent
(
message
,
keyValue
)
this
.
isList
=
false
},
//分类列表
async
getCategoryList
(){
...
...
pages/index/notice/changedetails.vue
View file @
5b871f41
...
...
@@ -2,11 +2,11 @@
<div
class=
"home"
>
<div>
<div
class=
"header flex"
>
<span>
项目名称:
图书馆影视空间装修改造
</span>
<span>
项目编号:
l1301000075024147001
</span>
<span>
项目名称:
{{
itemTitle
}}
</span>
<span>
项目编号:
{{
itemCode
}}
</span>
</div>
<
div
class=
"home"
>
<h2>
图书馆影视空间装修改造更正公告
</h2
>
<
h2>
{{
itemTitle
}}
</h2
>
<div
class=
"home"
v-html=
"contentList"
>
<h3>
一、项目基本情况
</h3>
<div>
<div>
原公告的采购项目编号:TSLT-2020-121
</div>
...
...
@@ -29,6 +29,15 @@
<
script
>
import
{
getChangeDetails
}
from
'@/common/list.js'
export
default
{
data
(){
return
{
contentList
:[],
itemTitle
:
''
,
itemCode
:
''
,
}
},
mounted
(){
let
id
=
this
.
$route
.
query
.
id
console
.
log
(
id
)
...
...
@@ -37,6 +46,9 @@ export default {
methods
:{
async
getChangeDetails
(
id
){
const
{
data
}
=
await
getChangeDetails
(
id
)
this
.
itemTitle
=
data
.
title
this
.
itemCode
=
data
.
projectId
this
.
contentList
=
data
.
content
}
},
}
...
...
@@ -44,14 +56,15 @@ export default {
<
style
>
h2
{
margin
:
0
auto
text-align
:
center
;
}
.header
>
span
{
color
:
red
;
margin-bottom
:
30px
;
margin-left
:
20px
}
h2
,
h3
{
margin
:
0
auto
h2
{
margin
-bottom
:
50px
;
}
.home
{
width
:
9.2rem
...
...
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