Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
6a7e11c7
Commit
6a7e11c7
authored
Dec 12, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
活动数据
parent
d845c043
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
index.vue
src/views/conference/activeData/index.vue
+4
-4
applyList.vue
src/views/conference/apply/applyList.vue
+2
-0
prizeLists.vue
src/views/conference/prizeList/prizeLists.vue
+2
-1
No files found.
src/views/conference/activeData/index.vue
View file @
6a7e11c7
...
...
@@ -23,15 +23,15 @@
<ul>
<li>
<p>
{{
information
.
attendNum
}}
</p>
<p>
参与人数(
次
)
</p>
<p>
参与人数(
人
)
</p>
</li>
<li>
<p>
{{
information
.
finishNum
}}
</p>
<p>
完成任务数(
个
)
</p>
<p>
完成任务数(
人
)
</p>
</li>
<li>
<p>
{{
information
.
amount
}}
</p>
<p>
已发放现金总额(
次
)
</p>
<p>
已发放现金总额(
元
)
</p>
</li>
</ul>
</div>
...
...
@@ -52,7 +52,7 @@
<el-table-column
prop=
"positionName"
label=
"身份"
align=
"center"
></el-table-column>
<el-table-column
prop=
"status"
label=
"状态"
align=
"center"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
status
==
1
?
'
未完成'
:
'已
完成'
}}
</span>
<span>
{{
scope
.
row
.
status
==
1
?
'
已完成'
:
'未
完成'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"amount"
label=
"当前金额(元)"
align=
"center"
></el-table-column>
...
...
src/views/conference/apply/applyList.vue
View file @
6a7e11c7
...
...
@@ -89,6 +89,7 @@ export default {
},
//清空搜索
clearSearch
()
{
this
.
time
=
null
this
.
listQuery
=
{
page
:
1
,
limit
:
10
,
...
...
@@ -97,6 +98,7 @@ export default {
phone
:
null
,
activityId
:
2
}
this
.
getList
()
},
//导出
downloadExcel
()
{
...
...
src/views/conference/prizeList/prizeLists.vue
View file @
6a7e11c7
...
...
@@ -159,8 +159,9 @@ export default {
startTime
:
null
,
endTime
:
null
,
phone
:
null
,
activityId
:
1
activityId
:
2
}
this
.
getList
()
},
//导出
downloadExcel
()
{
...
...
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