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
2190f3fb
Commit
2190f3fb
authored
Nov 07, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
附件
parent
3411db90
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
80 additions
and
5 deletions
+80
-5
list.js
common/list.js
+1
-1
abortivedetails.vue
pages/index/notice/abortivedetails.vue
+15
-0
cadidatedetails.vue
pages/index/notice/cadidatedetails.vue
+15
-0
changedetails.vue
pages/index/notice/changedetails.vue
+16
-2
clarifiesdetails.vue
pages/index/notice/clarifiesdetails.vue
+18
-2
windetails.vue
pages/index/notice/windetails.vue
+15
-0
No files found.
common/list.js
View file @
2190f3fb
...
...
@@ -93,7 +93,7 @@ export function getClerList(data){
//补充答疑详情页
export
function
getClerDetailsList
(
id
){
return
request
({
url
:
`/notice/clarifies/
${
id
}
`
,
url
:
`/notice/clarifies
Notice
/
${
id
}
`
,
method
:
'get'
,
})
}
...
...
pages/index/notice/abortivedetails.vue
View file @
2190f3fb
...
...
@@ -9,6 +9,13 @@
<div
class=
"form"
v-html=
"contentList"
>
<div></div>
</div>
<div
class=
"sty"
v-for=
"item in fileList"
:key=
"item.id"
>
<span>
附件下载:
</span>
<span>
{{
item
.
fileName
}}
</span>
<a
:href=
"item.accessoryUrl"
>
<el-button
size=
"mini"
>
下载
</el-button>
</a>
</div>
<div
class=
"flex-center"
style=
"margin-top:30px"
>
<el-button
@
click=
"prev"
>
返回
</el-button
...
...
@@ -25,6 +32,7 @@ export default {
itemTitle
:
''
,
itemCode
:
''
,
itemTime
:
''
,
fileList
:[]
}
},
...
...
@@ -54,6 +62,7 @@ export default {
this
.
itemCode
=
data
.
nameAndCodeVO
.
projectCode
this
.
contentList
=
data
.
content
this
.
itemTime
=
data
.
createTime
.
slice
(
0
,
10
)
this
.
fileList
=
data
.
accessoryVOList
}
}
}
...
...
@@ -80,4 +89,9 @@ h2{
margin-left
:
40px
;
width
:
9.3rem
}
.sty
{
margin-left
:
200px
;
margin-top
:
50px
;
margin-bottom
:
50px
;
}
</
style
>
\ No newline at end of file
pages/index/notice/cadidatedetails.vue
View file @
2190f3fb
...
...
@@ -9,6 +9,13 @@
<div
class=
"form"
v-html=
"contentList"
>
<div></div>
</div>
<div
class=
"sty"
v-for=
"item in fileList"
:key=
"item.id"
>
<span>
附件下载:
</span>
<span>
{{
item
.
fileName
}}
</span>
<a
:href=
"item.accessoryUrl"
>
<el-button
size=
"mini"
>
下载
</el-button>
</a>
</div>
<div
class=
"flex-center"
style=
"margin-top:30px"
>
<el-button
@
click=
"prev"
>
返回
</el-button
...
...
@@ -25,6 +32,7 @@ export default {
itemTitle
:
''
,
itemCode
:
''
,
itemTime
:
''
,
fileList
:[]
}
},
...
...
@@ -42,6 +50,7 @@ export default {
this
.
itemCode
=
data
.
nameAndCodeVO
.
projectCode
this
.
itemTime
=
data
.
createTime
.
slice
(
0
,
10
)
this
.
contentList
=
data
.
content
this
.
fileList
=
data
.
accessoryVOList
console
.
log
(
data
)
}
}
...
...
@@ -68,4 +77,9 @@ h2{
margin-top
:
50px
;
margin-left
:
40px
;
width
:
9.3rem
}
.sty
{
margin-left
:
200px
;
margin-top
:
50px
;
margin-bottom
:
50px
;
}
</
style
>
\ No newline at end of file
pages/index/notice/changedetails.vue
View file @
2190f3fb
...
...
@@ -9,6 +9,13 @@
<div
class=
"form"
v-html=
"contentList"
>
<div></div>
</div>
<div
class=
"sty"
v-for=
"item in fileList"
:key=
"item.id"
>
<span>
附件下载:
</span>
<span>
{{
item
.
fileName
}}
</span>
<a
:href=
"item.accessoryUrl"
>
<el-button
size=
"mini"
>
下载
</el-button>
</a>
</div>
<div
class=
"flex-center"
style=
"margin-top:30px"
>
<el-button
@
click=
"prev"
>
返回
</el-button
...
...
@@ -25,8 +32,8 @@ export default {
contentList
:
''
,
itemTitle
:
''
,
itemCode
:
''
,
itemTime
:
''
itemTime
:
''
,
fileList
:[]
}
},
...
...
@@ -45,6 +52,7 @@ export default {
this
.
itemCode
=
data
.
nameAndCodeVO
.
projectCode
this
.
contentList
=
data
.
content
this
.
itemTime
=
data
.
createTime
.
slice
(
0
,
10
)
this
.
fileList
=
data
.
accessoryVOList
}
},
}
...
...
@@ -71,4 +79,9 @@ h2{
margin-left
:
40px
;
width
:
9.3rem
}
.sty
{
margin-left
:
200px
;
margin-top
:
50px
;
margin-bottom
:
50px
;
}
</
style
>
\ No newline at end of file
pages/index/notice/clarifiesdetails.vue
View file @
2190f3fb
...
...
@@ -7,7 +7,14 @@
</div>
<h2>
{{
itemTitle
}}
</h2>
<div
class=
"form"
v-html=
"contentList"
>
<div></div>
</div>
<div
class=
"sty"
v-for=
"item in fileList"
:key=
"item.id"
>
<span>
附件下载:
</span>
<span>
{{
item
.
fileName
}}
</span>
<a
:href=
"item.accessoryUrl"
>
<el-button
size=
"mini"
>
下载
</el-button>
</a>
</div>
<div
class=
"flex-center"
style=
"margin-top:30px"
>
<el-button
@
click=
"prev"
...
...
@@ -26,6 +33,7 @@ export default {
itemTitle
:
''
,
itemCode
:
''
,
itemTime
:
''
,
fileList
:[],
}
},
...
...
@@ -46,8 +54,9 @@ export default {
this
.
itemCode
=
data
.
nameAndCodeVO
.
projectCode
this
.
contentList
=
data
.
content
this
.
itemTime
=
data
.
createTime
.
slice
(
0
,
10
)
this
.
fileList
=
data
.
accessoryVOList
}
}
}
}
</
script
>
...
...
@@ -72,4 +81,10 @@ h2{
margin-left
:
40px
;
width
:
9.3rem
}
.sty
{
margin-left
:
200px
;
margin-top
:
50px
;
margin-bottom
:
50px
;
}
</
style
>
\ No newline at end of file
pages/index/notice/windetails.vue
View file @
2190f3fb
...
...
@@ -9,6 +9,13 @@
<div
class=
"form"
v-html=
"contentList"
>
<div></div>
</div>
<div
class=
"sty"
v-for=
"item in fileList"
:key=
"item.id"
>
<span>
附件下载:
</span>
<span>
{{
item
.
fileName
}}
</span>
<a
:href=
"item.accessoryUrl"
>
<el-button
size=
"mini"
>
下载
</el-button>
</a>
</div>
<div
class=
"flex-center"
style=
"margin-top:30px"
>
<el-button
@
click=
"prev"
>
返回
</el-button
...
...
@@ -26,6 +33,7 @@ export default {
itemTitle
:
''
,
itemCode
:
''
,
itemTime
:
''
,
fileList
:[]
}
},
...
...
@@ -53,6 +61,7 @@ export default {
this
.
itemTitle
=
data
.
nameAndCodeVO
.
projectName
this
.
itemCode
=
data
.
nameAndCodeVO
.
projectCode
this
.
itemTime
=
data
.
createTime
.
slice
(
0
,
10
)
this
.
fileList
=
data
.
accessoryVOList
this
.
contentList
=
data
.
content
console
.
log
(
id
)
},
...
...
@@ -81,4 +90,9 @@ h2{
margin-left
:
40px
;
width
:
9.3rem
}
.sty
{
margin-left
:
200px
;
margin-top
:
50px
;
margin-bottom
:
50px
;
}
</
style
>
\ No newline at end of file
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