Commit 9f59cb6c by Lyan

查询条件更改

parent 9e781c98
......@@ -5,7 +5,7 @@
:model="dataForm"
@keyup.enter.native="getDataList()"
>
<el-form-item label="关键字">
<el-form-item label="商品名称">
<el-input
v-model="dataForm.key"
placeholder="请输入"
......@@ -24,7 +24,7 @@
</el-select>
</el-form-item>
<el-form-item>
<el-button @click="getDataList()">查询</el-button>
<el-button type="primary" @click="getDataList()">查询</el-button>
</el-form-item>
</el-form>
<div class="add-btn">
......
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