update 页面搜索

This commit is contained in:
2023-08-23 09:56:01 +08:00
parent 8db69750cb
commit 471f740979
5 changed files with 4 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="app-container">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px" @submit.native.prevent>
<el-form-item label="固件名称" prop="name">
<el-input
v-model="queryParams.name"