|
|
@ -30,7 +30,10 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="title" header-align="center" align="center" label="活动标题" :show-overflow-tooltip="true"> |
|
|
|
</el-table-column> |
|
|
|
. <el-table-column prop="strTime" header-align="center" align="center" label="活动时间" :show-overflow-tooltip="true"> |
|
|
|
<el-table-column prop="strTime" header-align="center" align="center" label="活动时间" :show-overflow-tooltip="true"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{scope.row.strTime}}-{{scope.row.endTime}} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="statusType" header-align="center" align="center" label="状态" :show-overflow-tooltip="true"> |
|
|
|
</el-table-column> |
|
|
@ -69,8 +72,8 @@ export default { |
|
|
|
Stutas:'', |
|
|
|
}, |
|
|
|
optionsStatus: [ |
|
|
|
{ value: '1', label: '打卡' }, |
|
|
|
{ value: '0', label: '未打卡' }, |
|
|
|
{ value: 1, label: '打卡' }, |
|
|
|
{ value: 0, label: '未打卡' }, |
|
|
|
], |
|
|
|
pageNo: 1, |
|
|
|
pageSize: 10, |
|
|
@ -100,7 +103,8 @@ export default { |
|
|
|
pageNo:this.pageNo, |
|
|
|
userId:this.fmData.userId, |
|
|
|
searchContent:this.SearchForm.content, |
|
|
|
signFlag:this.SearchForm.Stutas |
|
|
|
signFlag:this.SearchForm.Stutas, |
|
|
|
// state:"" |
|
|
|
|
|
|
|
} |
|
|
|
const { data, code, msg } = await requestPost(url,params); |
|
|
|