@@ -75,6 +75,16 @@
/>
</el-form-item>
</el-col>
+ <el-col v-bind="styleResponsive ? { md: 6 } : { span: 6 }">
+ <el-form-item label="规格">
+ <el-input
+ clearable
+ size="small"
+ v-model="where.specification"
+ placeholder="请输入"
+ />
+ </el-form-item>
+ </el-col>
</el-row>
</el-form>
</template>
@@ -87,7 +97,8 @@
name: '',
code: '',
brandNum: '',
- modelType: ''
+ modelType: '',
+ specification:''
};
return {
defaultWhere,
+ specification: '',
@@ -76,6 +76,16 @@
@@ -88,6 +98,7 @@
modelType: ''