|
@@ -124,6 +124,15 @@
|
|
|
></el-input>
|
|
></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
+ <el-col :span="6">
|
|
|
|
|
+ <el-form-item label="颜色">
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ placeholder="搜索颜色"
|
|
|
|
|
+ v-model="searchForm.colorKey"
|
|
|
|
|
+ ></el-input>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ </el-col>
|
|
|
<el-col style="text-align: right">
|
|
<el-col style="text-align: right">
|
|
|
<el-button type="primary" @click="doSearch">搜索</el-button>
|
|
<el-button type="primary" @click="doSearch">搜索</el-button>
|
|
|
<el-button icon="el-icon-refresh-left" @click="reset">重置</el-button>
|
|
<el-button icon="el-icon-refresh-left" @click="reset">重置</el-button>
|