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
bf38db39
Commit
bf38db39
authored
Oct 12, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公告详情显示bug
parent
83ad9cf9
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
ABORTIVEdetails.vue
pages/index/notice/ABORTIVEdetails.vue
+1
-1
BIDDINGdetails.vue
pages/index/notice/BIDDINGdetails.vue
+1
-1
CLARIFIESdetails.vue
pages/index/notice/CLARIFIESdetails.vue
+1
-1
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
+1
-1
clarifies.vue
pages/index/notice/clarifies.vue
+1
-1
enquirydetails.vue
pages/index/notice/enquirydetails.vue
+1
-1
inquiry.vue
pages/index/notice/inquiry.vue
+1
-1
windetails.vue
pages/index/notice/windetails.vue
+1
-1
No files found.
pages/index/notice/ABORTIVEdetails.vue
View file @
bf38db39
...
...
@@ -68,7 +68,7 @@ export default {
},
mounted
(){
let
id
=
this
.
$route
.
query
.
id
let
id
=
this
.
$route
.
params
.
id
console
.
log
(
id
+
"-----------------"
)
this
.
getErrorDetails
(
id
)
...
...
pages/index/notice/BIDDINGdetails.vue
View file @
bf38db39
...
...
@@ -158,7 +158,7 @@ export default {
}
},
mounted
(){
let
id
=
this
.
$route
.
query
.
id
let
id
=
this
.
$route
.
params
.
id
console
.
log
(
id
)
this
.
getBidingdetails
(
id
)
let
a
=
window
.
location
.
href
.
split
(
"?id="
)[
1
]
...
...
pages/index/notice/CLARIFIESdetails.vue
View file @
bf38db39
...
...
@@ -68,7 +68,7 @@ export default {
},
mounted
(){
let
id
=
this
.
$route
.
query
.
id
let
id
=
this
.
$route
.
params
.
id
console
.
log
(
id
+
"-----------------"
)
this
.
getClerDetailsList
(
id
)
...
...
pages/index/notice/abortive.vue
View file @
bf38db39
...
...
@@ -29,7 +29,7 @@
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
{name:'index-notice-ABORTIVEdetails',
query
:{id:(item.noticeId)}}">
<nuxt-link
:to=
"
{name:'index-notice-ABORTIVEdetails',
params
:{id:(item.noticeId)}}">
<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 @
bf38db39
...
...
@@ -28,7 +28,7 @@
</div>
<ul
v-if =
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
{name:'index-notice-BIDDINGdetails',
query
:{id:(item.noticeId)}}">
<nuxt-link
:to=
"
{name:'index-notice-BIDDINGdetails',
params
:{id:(item.noticeId)}}">
<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 @
bf38db39
...
...
@@ -42,7 +42,7 @@
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<!-- 绑定中标详情页 -->
<nuxt-link
:to=
"
{name:'index-notice-WINdetails',
query
:{id:(item.noticeId)}}">
<nuxt-link
:to=
"
{name:'index-notice-WINdetails',
params
:{id:(item.noticeId)}}">
<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 @
bf38db39
...
...
@@ -29,7 +29,7 @@
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
{name:'index-notice-CADIDATEdetails',
query
:{id:(item.noticeId)}}">
<nuxt-link
:to=
"
{name:'index-notice-CADIDATEdetails',
params
:{id:(item.noticeId)}}">
<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 @
bf38db39
...
...
@@ -29,7 +29,7 @@
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
{name:'index-notice-CHANGEdetails',
query
:{id:(item.noticeId)}}">
<nuxt-link
:to=
"
{name:'index-notice-CHANGEdetails',
params
:{id:(item.noticeId)}}">
<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 @
bf38db39
...
...
@@ -39,7 +39,7 @@ export default {
},
mounted
(){
let
id
=
this
.
$route
.
query
.
id
let
id
=
this
.
$route
.
params
.
id
console
.
log
(
id
)
this
.
getChangeDetails
(
id
)
},
...
...
pages/index/notice/clarifies.vue
View file @
bf38db39
...
...
@@ -29,7 +29,7 @@
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
{name:'index-notice-CLARIFIESdetails',
query
:{id:(item.noticeId)}}">
<nuxt-link
:to=
"
{name:'index-notice-CLARIFIESdetails',
params
:{id:(item.noticeId)}}">
<div
class=
"time"
>
{{
getTimer
(
item
.
createTime
)
}}
</div>
<div
class=
"price-item"
>
<div
class=
"t1"
style=
"font-weight: bold;"
>
...
...
pages/index/notice/enquirydetails.vue
View file @
bf38db39
...
...
@@ -173,7 +173,7 @@ export default {
breadCrumb
,
},
mounted
()
{
let
id
=
this
.
$route
.
query
.
id
;
let
id
=
this
.
$route
.
params
.
id
;
let
message
=
{}
message
.
currentPage
=
1
message
.
size
=
10
...
...
pages/index/notice/inquiry.vue
View file @
bf38db39
...
...
@@ -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=
"
{name:'index-notice-ENQUIRYdetails',
query
:{id:(item.noticeId)}}" >
<nuxt-link
:to=
"
{name:'index-notice-ENQUIRYdetails',
params
:{id:(item.noticeId)}}" >
<div
class=
"time"
>
{{
getTimer
(
item
.
createTime
)
}}
</div>
<div
class=
"price-item"
>
<div
class=
"t1"
style=
"font-weight: bold;"
>
...
...
pages/index/notice/windetails.vue
View file @
bf38db39
...
...
@@ -69,7 +69,7 @@ export default {
},
mounted
(){
let
id
=
this
.
$route
.
query
.
id
let
id
=
this
.
$route
.
params
.
id
console
.
log
(
id
)
this
.
getWindetails
(
id
)
},
...
...
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