Browse Source

会议管理搜索条件只保留标题查询

master
1747191978@qq.com 4 months ago
parent
commit
2389481f36
  1. 4
      大唐会议后台/src/layout/components/Navbar.vue
  2. 4
      大唐会议后台/src/views/index.vue
  3. 15
      大唐会议后台/src/views/meeting/index.vue
  4. BIN
      大唐会议后台/src/views/welcome.5e305008.png

4
大唐会议后台/src/layout/components/Navbar.vue

@ -15,7 +15,7 @@
<top-nav id="topmenu-container" class="topmenu-container" v-if="topNav" />
<div class="right-menu">
<template v-if="device !== 'mobile'">
<!-- <template v-if="device !== 'mobile'">
<search id="header-search" class="right-menu-item" />
<el-tooltip content="源码地址" effect="dark" placement="bottom">
@ -31,7 +31,7 @@
<el-tooltip content="布局大小" effect="dark" placement="bottom">
<size-select id="size-select" class="right-menu-item hover-effect" />
</el-tooltip>
</template>
</template> -->
<el-dropdown
class="avatar-container right-menu-item hover-effect"

4
大唐会议后台/src/views/index.vue

@ -1,5 +1,7 @@
<template>
<div>首页</div>
<div style="padding: 16px">
<img src="./welcome.5e305008.png" style="" />
</div>
</template>
<script>

15
大唐会议后台/src/views/meeting/index.vue

@ -15,7 +15,7 @@
clearable
/>
</el-form-item>
<el-form-item label="会议时间" prop="time">
<!-- <el-form-item label="会议时间" prop="time">
<el-date-picker
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm"
@ -46,8 +46,8 @@
:value="item.userId"
>
</el-option>
</el-select>
</el-form-item>
</el-select> -->
<!-- </el-form-item> -->
<el-form-item>
<el-button
type="primary"
@ -375,7 +375,14 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
this.resetForm("queryForm");
this.queryParams = {
pageNum: 1,
pageSize: 10,
param: {
title: "",
},
};
// this.resetForm("queryForm");
this.handleQuery();
},
//

BIN
大唐会议后台/src/views/welcome.5e305008.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Loading…
Cancel
Save