|
@@ -13,7 +13,7 @@
|
|
|
<template #empty>
|
|
|
<el-empty description="暂无数据" />
|
|
|
</template>
|
|
|
- <el-table-column prop="name" align="center" label="标题" />
|
|
|
+ <el-table-column prop="matchInfo.name" align="center" label="活动名称" />
|
|
|
<el-table-column prop="time" align="center" label="报名时间" width="180" />
|
|
|
<el-table-column prop="status" align="center" label="状态" width="180">
|
|
|
<template #default="scope">
|
|
@@ -160,7 +160,7 @@ const search = async (query = { skip, limit }) => {
|
|
|
user: user.value.id
|
|
|
// ...searchForm.value
|
|
|
}
|
|
|
- const res = await store.query(info)
|
|
|
+ const res = await store.sign(info)
|
|
|
if (res.errcode == '0') {
|
|
|
list.value = res.data
|
|
|
total.value = res.total
|