mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-17 16:28:41 +08:00
update 页面搜索
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
:inline="true"
|
||||
v-show="showSearch"
|
||||
label-width="110px"
|
||||
@submit.native.prevent
|
||||
>
|
||||
<el-form-item label="运营商名称" prop="merchantName">
|
||||
<el-input
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
size="small"
|
||||
:inline="true"
|
||||
label-width="68px"
|
||||
@submit.native.prevent
|
||||
>
|
||||
<el-form-item label="型号名称" prop="modelName">
|
||||
<el-input
|
||||
|
||||
Reference in New Issue
Block a user