联调
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
label-width="68px"
|
||||
>
|
||||
<!-- TODO @puhui999:品牌应该是数据下拉哈 -->
|
||||
<el-form-item label="品牌名称" prop="name">
|
||||
<el-form-item label="品牌名称" prop="productBrandName">
|
||||
<el-input
|
||||
v-model="queryParams.name"
|
||||
v-model="queryParams.productBrandName"
|
||||
class="!w-240px"
|
||||
clearable
|
||||
placeholder="请输入品牌名称"
|
||||
@@ -29,18 +29,9 @@
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button @click="handleQuery">
|
||||
<!-- <Icon class="mr-5px" icon="ep:search" /> -->
|
||||
搜索
|
||||
</el-button>
|
||||
<el-button @click="resetQuery">
|
||||
<!-- <Icon class="mr-5px" icon="ep:refresh" /> -->
|
||||
重置
|
||||
</el-button>
|
||||
<el-button plain type="primary" @click="openForm">
|
||||
<!-- <Icon class="mr-5px" icon="ep:plus" /> -->
|
||||
新增
|
||||
</el-button>
|
||||
<el-button @click="handleQuery"> 搜索 </el-button>
|
||||
<el-button @click="resetQuery"> 重置 </el-button>
|
||||
<el-button plain type="primary" @click="openForm"> 新增 </el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user