We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cc989 commit dcd0dbfCopy full SHA for dcd0dbf
src/views/mall/product/brand/index.vue
@@ -1,8 +1,7 @@
1
<template>
2
<div class="app-container">
3
4
- <!-- 搜索工作栏 -->
5
- <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">
6
<el-form-item label="品牌名称" prop="name">
7
<el-input v-model="queryParams.name" placeholder="请输入品牌名称" clearable @keyup.enter.native="handleQuery"/>
8
</el-form-item>
0 commit comments