完成水电表列表
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<div v-show="showSearch" class="mb-[10px]">
|
||||
<el-card shadow="hover">
|
||||
<el-form ref="queryFormRef" :model="queryParams" :inline="true">
|
||||
<el-form-item label="标题" prop="titile">
|
||||
<el-input v-model="queryParams.titile" placeholder="请输入标题" clearable @keyup.enter="handleQuery" />
|
||||
<el-form-item label="标题" prop="title">
|
||||
<el-input v-model="queryParams.title" placeholder="请输入标题" clearable @keyup.enter="handleQuery" />
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>
|
||||
@@ -105,7 +105,7 @@ const dialog = reactive<DialogOption>({
|
||||
|
||||
const initFormData: ActivityForm = {
|
||||
id: undefined,
|
||||
titile: undefined,
|
||||
title: undefined,
|
||||
author: undefined,
|
||||
content: undefined,
|
||||
status: undefined,
|
||||
@@ -117,7 +117,7 @@ const data = reactive<PageData<ActivityForm, ActivityQuery>>({
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
titile: undefined,
|
||||
title: undefined,
|
||||
author: undefined,
|
||||
content: undefined,
|
||||
status: undefined,
|
||||
|
||||
Reference in New Issue
Block a user