This commit is contained in:
qsh
2024-05-30 17:24:37 +08:00
parent 4e104166af
commit 1e0ba3b619
10 changed files with 76 additions and 141 deletions

View File

@@ -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>