Commit 2b1b761c authored by zhanglw's avatar zhanglw

路由调整

parent 65932e87
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<div class="head-container"> <div class="head-container">
<el-input v-model="query.productId" clearable placeholder="请输入产品ID" style="width:150px;" /> <el-input v-model="query.productId" clearable placeholder="请输入产品ID" style="width:150px;" />
<el-input v-model="query.productName" clearable placeholder="请输入产品名称" style="width:280px;" /> <el-input v-model="query.productName" clearable placeholder="请输入产品名称" style="width:280px;" />
<el-input v-model="query.enterpriseName" clearable placeholder="请输入供应商名称" style="width:280px;" />
<el-select v-model="query.productType" clearable placeholder="请选择分类" style="width: 150px"> <el-select v-model="query.productType" clearable placeholder="请选择分类" style="width: 150px">
<el-option v-for="item in dict.product_type" :key="item.value" :label="item.label" :value="item.value" /> <el-option v-for="item in dict.product_type" :key="item.value" :label="item.label" :value="item.value" />
</el-select> </el-select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment