物业之前,新工作台
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
<el-table v-loading="loading" border :data="activityList" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column label="标题" align="center" prop="titile" />
|
||||
<el-table-column label="标题" align="center" prop="title" />
|
||||
<el-table-column label="作者" align="center" prop="author" />
|
||||
<el-table-column label="发布状态" align="center" prop="status">
|
||||
<template #default="scope">
|
||||
@@ -115,6 +115,7 @@ const initFormData: ActivityForm = {
|
||||
const data = reactive<PageData<ActivityForm, ActivityQuery>>({
|
||||
form: { ...initFormData },
|
||||
queryParams: {
|
||||
villageId: Number(localStorage.getItem('villageid')),
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
titile: undefined,
|
||||
|
||||
Reference in New Issue
Block a user