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
2344135a
Commit
2344135a
authored
Sep 29, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
343ad694
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
41 additions
and
35 deletions
+41
-35
index.vue
pages/index/index.vue
+6
-6
news.vue
pages/index/message/news.vue
+1
-1
BIDDINGdetails.vue
pages/index/notice/BIDDINGdetails.vue
+2
-2
abortive.vue
pages/index/notice/abortive.vue
+1
-1
bid.vue
pages/index/notice/bid.vue
+1
-1
biding.vue
pages/index/notice/biding.vue
+1
-1
cadidate.vue
pages/index/notice/cadidate.vue
+1
-1
change.vue
pages/index/notice/change.vue
+1
-1
changedetails.vue
pages/index/notice/changedetails.vue
+24
-18
clarifies.vue
pages/index/notice/clarifies.vue
+1
-1
inquiry.vue
pages/index/notice/inquiry.vue
+2
-2
No files found.
pages/index/index.vue
View file @
2344135a
...
...
@@ -36,8 +36,8 @@
<div
class=
"more t1 list-con"
@
click=
"latformDynamics"
>
更多>
</div>
</div>
<ul>
<li
v-for=
"(item,index) in dynamic1"
:key=
"index"
v-
if
=
"index
<5
"
class=
"flex-between list-con"
@
click=
"latformDynamics"
>
<nuxt-link
tag=
"div"
:to=
"
`/messsage/news?id=$
{item.id}`
">
{{
item
.
title
}}
</nuxt-link>
<li
v-for=
"(item,index) in dynamic1"
:key=
"index"
v-
show
=
"index
<5
"
class=
"flex-between list-con"
@
click=
"latformDynamics"
>
<nuxt-link
tag=
"div"
:to=
"
{name:'index-message-news',params:{id:(item.id)}}
">
{{
item
.
title
}}
</nuxt-link>
<div
class=
"time"
>
{{
item
.
createTime
.
slice
(
0
,
10
)
}}
</div>
</li>
</ul>
...
...
@@ -48,8 +48,8 @@
<div
class=
"more t1 list-con"
@
click=
"lawsRegulations"
>
更多>
</div>
</div>
<ul>
<li
v-for=
"(item,index) in dynamic2"
:key=
"index"
v-
if
=
"index
<5
"
class=
"flex-between list-con"
@
click=
"lawsRegulations"
>
<nuxt-link
tag=
"div"
:to=
"
`/messsage/news?id=$
{item.id}`
" >
{{
item
.
title
}}
</nuxt-link>
<li
v-for=
"(item,index) in dynamic2"
:key=
"index"
v-
show
=
"index
<5
"
class=
"flex-between list-con"
@
click=
"lawsRegulations"
>
<nuxt-link
tag=
"div"
:to=
"
{name:'index-message-news',query:{id:(item.id)}}
" >
{{
item
.
title
}}
</nuxt-link>
<div
class=
"time"
>
{{
item
.
createTime
.
slice
(
0
,
10
)
}}
</div>
</li>
</ul>
...
...
@@ -60,8 +60,8 @@
<div
class=
"more t1 list-con"
@
click=
"newsInfo"
>
更多>
</div>
</div>
<ul>
<li
v-for=
"(item,index) in dynamic3"
:key=
"index"
v-
if=
"index
<5
"
class=
"flex-between list-con"
@
click=
"newsInfo"
>
<nuxt-link
tag=
"div"
:to=
"
`/messsage/news?id=$
{item.id}`
">
{{
item
.
title
}}
</nuxt-link>
<li
v-for=
"(item,index) in dynamic3"
:key=
"index"
v-
show=
"index
<5
"
class=
"flex-between list-con"
>
<nuxt-link
tag=
"div"
:to=
"
{name:'index-message-news',query:{id:(item.id)}}
">
{{
item
.
title
}}
</nuxt-link>
<div
class=
"time"
>
{{
item
.
createTime
.
slice
(
0
,
10
)
}}
</div>
</li>
</ul>
...
...
pages/index/message/news.vue
View file @
2344135a
...
...
@@ -14,7 +14,7 @@
</div>
<ul
v-show=
"isList"
>
<li
v-for=
"item in messageList"
:key=
"item.id"
@
click=
"urlChage"
>
<nuxt-link
:to=
"
`/message/news?id=$
{item.id}`
" :messageContext="item" class="flex-between link-style" router>
<nuxt-link
:to=
"
{name:'index-message-news',params:{id:(item.id)}}
" :messageContext="item" class="flex-between link-style" router>
<div
class=
"t2"
>
{{
item
.
title
}}
</div>
<div
class=
"t1"
>
发布时间:
{{
item
.
createTime
}}
</div>
</nuxt-link>
...
...
pages/index/notice/BIDDINGdetails.vue
View file @
2344135a
...
...
@@ -83,11 +83,11 @@ export default {
async
getBidingdetails
(
id
){
const
{
data
}
=
await
getBidingdetails
(
id
)
console
.
log
(
data
)
this
.
itemTitle
=
data
.
title
/*
this.itemTitle = data.title
this.itemName = data.title
this.itemTime = data.createTime.slice(0,10)
this.itemCode = data.projectId
this
.
firstText
=
data
.
content
this.firstText = data.content
*/
}
}
}
...
...
pages/index/notice/abortive.vue
View file @
2344135a
...
...
@@ -29,7 +29,7 @@
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
`/notice/ABORTIVEdetails?id=$
{item.id}`
">
<nuxt-link
:to=
"
{name:'index-notice-ABORTIVEdetails',query:{id:(item.id)}}
">
<div
class=
"time"
>
{{
getTimer
(
item
.
createTime
)
}}
</div>
<div
class=
"price-item"
>
<div
class=
"t1"
style=
"font-weight: bold;"
>
...
...
pages/index/notice/bid.vue
View file @
2344135a
...
...
@@ -28,7 +28,7 @@
</div>
<ul
v-if =
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
`/notice/BIDDINGdetails?id=$
{item.id}`
">
<nuxt-link
:to=
"
{name:'index-notice-BIDDINGdetails',query:{id:(item.id)}}
">
<div
class=
"time"
>
{{
getTimer
(
item
.
createTime
)
}}
</div>
<div
class=
"price-item"
>
<div
class=
"t1"
style=
"font-weight: bold;"
>
...
...
pages/index/notice/biding.vue
View file @
2344135a
...
...
@@ -42,7 +42,7 @@
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<!-- 绑定中标详情页 -->
<nuxt-link
:to=
"
`/notice/WINdetails?id=$
{item.id}`
">
<nuxt-link
:to=
"
{name:'index-notice-WINdetails',query:{id:(item.id)}}
">
<div
class=
"time"
>
{{
getTimer
(
item
.
createTime
)
}}
</div>
<div
class=
"price-item"
>
<div
class=
"t1"
style=
"font-weight: bold;"
>
...
...
pages/index/notice/cadidate.vue
View file @
2344135a
...
...
@@ -29,7 +29,7 @@
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
`/notice/CADIDATEdetails?id=$
{item.id}`
">
<nuxt-link
:to=
"
{name:'index-notice-CADIDATEdetails',query:{id:(item.id)}}
">
<div
class=
"time"
>
{{
getTimer
(
item
.
createTime
)
}}
</div>
<div
class=
"price-item"
>
<div
class=
"t1"
style=
"font-weight: bold;"
>
...
...
pages/index/notice/change.vue
View file @
2344135a
...
...
@@ -29,7 +29,7 @@
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
`/notice/CHANGEdetails?id=$
{item.id}`
">
<nuxt-link
:to=
"
{name:'index-notice-CHANGEdetails',query:{id:(item.id)}}
">
<div
class=
"time"
>
{{
getTimer
(
item
.
createTime
)
}}
</div>
<div
class=
"price-item"
>
<div
class=
"t1"
style=
"font-weight: bold;"
>
...
...
pages/index/notice/changedetails.vue
View file @
2344135a
<
template
>
<div
class=
"home"
>
<div
class=
"header flex"
>
<span>
项目名称:图书馆影视空间装修改造
</span>
<span>
项目编号:l1301000075024147001
</span>
</div>
<div
class=
"home"
>
<h2>
图书馆影视空间装修改造更正公告
</h2>
<h3>
一、项目基本情况
</h3>
<div>
<div>
原公告的采购项目编号:TSLT-2020-121
</div>
<div>
原公告的采购项目名称:图书馆影视空间装修改造
</div>
<div>
首次公告日期:2020年07月29日
</div>
<div>
<div
class=
"header flex"
>
<span>
项目名称:图书馆影视空间装修改造
</span>
<span>
项目编号:l1301000075024147001
</span>
</div>
<h3>
二、更正信息
</h3>
<div>
<div>
更正事项:采购公告-采购文件
</div>
<div>
更正内容:原内容:P2第十项"保证金:本次不需要交保证金."此项删除.
</div>
<div>
更正日期:2020年08月03日
</div>
<div
class=
"home"
>
<h2>
图书馆影视空间装修改造更正公告
</h2>
<h3>
一、项目基本情况
</h3>
<div>
<div>
原公告的采购项目编号:TSLT-2020-121
</div>
<div>
原公告的采购项目名称:图书馆影视空间装修改造
</div>
<div>
首次公告日期:2020年07月29日
</div>
</div>
<h3>
二、更正信息
</h3>
<div>
<div>
更正事项:采购公告-采购文件
</div>
<div>
更正内容:原内容:P2第十项"保证金:本次不需要交保证金."此项删除.
</div>
<div>
更正日期:2020年08月03日
</div>
</div>
<h3>
三、其他补充事宜
</h3>
<h3>
四、凡对本次公告内容提出询问,请按以下方式联系
</h3>
</div>
<h3>
三、其他补充事宜
</h3>
<h3>
四、凡对本次公告内容提出询问,请按以下方式联系
</h3>
</div>
</div>
</
template
>
...
...
@@ -51,4 +53,7 @@ h2{
h2
,
h3
{
margin
:
0
auto
}
.home
{
width
:
9.2rem
}
</
style
>
\ No newline at end of file
pages/index/notice/clarifies.vue
View file @
2344135a
...
...
@@ -29,7 +29,7 @@
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
`/notice/CLARIFIESdetails?id=$
{item.id}`
">
<nuxt-link
:to=
"
{name:'index-notice-CLARIFIESdetails',query:{id:(item.id)}}
">
<div
class=
"time"
>
{{
getTimer
(
item
.
createTime
)
}}
</div>
<div
class=
"price-item"
>
<div
class=
"t1"
style=
"font-weight: bold;"
>
...
...
pages/index/notice/inquiry.vue
View file @
2344135a
...
...
@@ -45,7 +45,7 @@
<ul
v-if=
"isshow1"
>
<li
v-if =
"!isshow1"
>
暂无数据
</li>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
`/notice/ENQUIRYdetails?id=$
{item.id}`
" >
<nuxt-link
:to=
"
{name:'index-notice-ENQUIRYdetails',query:{id:(item.id)}}
" >
<div
class=
"time"
>
{{
getTimer
(
item
.
createTime
)
}}
</div>
<div
class=
"price-item"
>
<div
class=
"t1"
style=
"font-weight: bold;"
>
...
...
@@ -195,7 +195,7 @@ export default {
const
res
=
await
industryList
();
this
.
industryOptions
=
res
;
},
reset
()
{
async
reset
()
{
this
.
getData
.
industryId
=
''
this
.
interTimerPicker
=
''
this
.
$refs
.
mychild
.
clear
()
...
...
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